prashantwason commented on code in PR #8430:
URL: https://github.com/apache/hudi/pull/8430#discussion_r1188595809


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -663,6 +663,16 @@ public class HoodieWriteConfig extends HoodieConfig {
           + "will not print any configuration which contains the configured 
filter. For example with "
           + "a configured filter `ssl`, value for config 
`ssl.trustore.location` would be masked.");
 
+  public static final ConfigProperty<Boolean> ROLLBACK_BACKUP_ENABLED = 
ConfigProperty
+      .key("hoodie.rollback.backup.enabled")

Review Comment:
   Renamed to hoodie.rollback.instant.backup.enabled



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