nsivabalan commented on code in PR #6867:
URL: https://github.com/apache/hudi/pull/6867#discussion_r1000203438


##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/RepairsCommand.java:
##########
@@ -205,6 +205,13 @@ public void removeCorruptedPendingCleanAction() {
     });
   }
 
+  @ShellMethod(key = "repair cleanup empty commit metadata", value = "remove 
failed compaction from metadata")
+  public void removeFailedCompaction() {

Review Comment:
   lets rename this to showFailedCommits. 
   and we can land it then.



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