TheR1sing3un commented on code in PR #13606:
URL: https://github.com/apache/hudi/pull/13606#discussion_r2227313529


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieArchivalConfig.java:
##########
@@ -102,6 +102,13 @@ public class HoodieArchivalConfig extends HoodieConfig {
       .withDocumentation("If enabled, archival will proceed beyond savepoint, 
skipping savepoint commits."
           + " If disabled, archival will stop at the earliest savepoint 
commit.");
 
+  public static final ConfigProperty<Boolean> 
ARCHIVE_KEEP_CLEAN_PLAN_RETAIN_INSTANT = ConfigProperty
+      .key("hoodie.archive.keep.clean.plan.retain.instant")
+      .defaultValue(false)

Review Comment:
   The default value is `false` to ensure that job hudi version upgrades do not 
affect the original logic of archive



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