codope commented on a change in pull request #5158: URL: https://github.com/apache/hudi/pull/5158#discussion_r837780774
########## File path: hudi-cli/src/main/java/org/apache/hudi/cli/commands/SavepointsCommand.java ########## @@ -93,6 +93,8 @@ public String rollbackToSavepoint( @CliOption(key = {"savepoint"}, help = "Savepoint to rollback") final String instantTime, @CliOption(key = {"sparkProperties"}, help = "Spark Properties File Path") final String sparkPropertiesPath, @CliOption(key = "sparkMaster", unspecifiedDefaultValue = "", help = "Spark Master") String master, + @CliOption(key = {"LazyFailedWritesCleanPolicy"}, help = "True if FailedWriteCleanPolicy is lazy", Review comment: nit: shall we follow the convention of camel-case starting with lowercase? `lazyFailedWritesCleanPolicy` -- 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