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/03/30 06:13:27 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #5173: [HUDI-3721]Delete MDT if necessary when trigger rollback to savepoint through cli

nsivabalan commented on a change in pull request #5173:
URL: https://github.com/apache/hudi/pull/5173#discussion_r838153014



##########
File path: hudi-cli/src/main/java/org/apache/hudi/cli/commands/SavepointsCommand.java
##########
@@ -108,9 +113,31 @@ public String rollbackToSavepoint(
       return "Commit " + instantTime + " not found in Commits " + timeline;
     }
 
+    boolean metadataTableEnable = HoodieMetadataConfig.ENABLE.defaultValue();

Review comment:
       this has to go into writeClient.savepoint(). someone could programmatically trigger savepoint as well. 




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