zhangyue19921010 commented on a change in pull request #5173: URL: https://github.com/apache/hudi/pull/5173#discussion_r838227442
########## 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: Hi @nsivabalan Thanks a lot for your attention. I guess it is to modify `BaseHoodieWriteClient#restoreToSavepoint()` Changed. PTAL :) -- 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-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org