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 06:54:14 UTC

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

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


##########
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:
   Looks like this CLI command does not have the actual implementation.  Still good to fix the docs due to copy and paste.



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