c-f-cooper commented on code in PR #8596:
URL: https://github.com/apache/hudi/pull/8596#discussion_r1187280512


##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/RepairsCommand.java:
##########
@@ -71,10 +72,8 @@ public class RepairsCommand {
   @ShellMethod(key = "repair deduplicate",
       value = "De-duplicate a partition path contains duplicates & produce 
repaired files to replace with")
   public String deduplicate(
-      @ShellOption(value = {"--duplicatedPartitionPath"}, defaultValue = "", 
help = "Partition Path containing the duplicates")
-      final String duplicatedPartitionPath,
-      @ShellOption(value = {"--repairedOutputPath"}, help = "Location to place 
the repaired files")
-      final String repairedOutputPath,
+      @ShellOption(value = {"--duplicatedPartitionPath"}, defaultValue = "", 
help = "Partition Path containing the duplicates") final String 
duplicatedPartitionPath,
+      @ShellOption(value = {"--repairedOutputPath"}, help = "Location to place 
the repaired files") final String repairedOutputPath,

Review Comment:
   > Not sure why we do these format changes
   
   I used the shortcut keys in IntelliJ IDEA to format it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to