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/10/20 06:45:00 UTC

[GitHub] [hudi] nsivabalan commented on a diff in pull request #6867: [HUDI-4201] Cli tool to get warned about empty non-completed instants from timeline

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

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