You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/16 07:58:11 UTC

[GitHub] [hudi] Forus0322 commented on a diff in pull request #5881: [HUDI-4251] fix problems about the command 'commits sync' description does not match.

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org