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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to