[MINOR] Remove redundant plus operator (#1097)
This commit is contained in:
@@ -472,8 +472,7 @@ public class CompactionCommand implements CommandMarker {
|
||||
if (result.get()) {
|
||||
System.out.println("All renames successfully completed to " + operation + " done !!");
|
||||
} else {
|
||||
System.out
|
||||
.println("Some renames failed. DataSet could be in inconsistent-state. " + "Try running compaction repair");
|
||||
System.out.println("Some renames failed. DataSet could be in inconsistent-state. Try running compaction repair");
|
||||
}
|
||||
|
||||
List<Comparable[]> rows = new ArrayList<>();
|
||||
|
||||
@@ -53,7 +53,7 @@ public class RepairsCommand implements CommandMarker {
|
||||
}
|
||||
|
||||
@CliCommand(value = "repair deduplicate",
|
||||
help = "De-duplicate a partition path contains duplicates & produce " + "repaired files to replace with")
|
||||
help = "De-duplicate a partition path contains duplicates & produce repaired files to replace with")
|
||||
public String deduplicate(
|
||||
@CliOption(key = {"duplicatedPartitionPath"}, help = "Partition Path containing the duplicates",
|
||||
mandatory = true) final String duplicatedPartitionPath,
|
||||
|
||||
Reference in New Issue
Block a user