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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieArchivalConfig.java:
##########
@@ -102,6 +102,11 @@ 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<Long> TIMELINE_ARCHIVED_FILE_MAX_SIZE = 
ConfigProperty
+        .key("hoodie.timeline.archived.file.max.size")

Review Comment:
   > hoodie.timeline.compaction.target.file.max.bytes
   
   done



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