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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]