Forus0322 commented on code in PR #5881:
URL: https://github.com/apache/hudi/pull/5881#discussion_r898805383


##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/CommitsCommand.java:
##########
@@ -442,8 +442,8 @@ public String compareCommits(@CliOption(key = {"path"}, 
help = "Path of the tabl
     }
   }
 
-  @CliCommand(value = "commits sync", help = "Compare commits with another 
Hoodie table")
-  public String syncCommits(@CliOption(key = {"path"}, help = "Path of the 
table to compare to") final String path) {
+  @CliCommand(value = "commits sync", help = "Sync commits with another Hoodie 
table")
+  public String syncCommits(@CliOption(key = {"path"}, help = "Path of the 
table to sync to") final String path) {

Review Comment:
   Yes, I just came into learnning hudi, I don’t know a lot



-- 
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