zhangyue19921010 commented on a change in pull request #4078:
URL: https://github.com/apache/hudi/pull/4078#discussion_r769306460



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java
##########
@@ -249,6 +249,18 @@
           + "record size estimate compute dynamically based on commit 
metadata. "
           + " This is critical in computing the insert parallelism and 
bin-packing inserts into small files.");
 
+  public static final ConfigProperty<String> ARCHIVE_FILES_TO_KEEP_PROP = 
ConfigProperty
+      .key("hoodie.keep.archive.files")
+      .defaultValue("10")
+      .withDocumentation("The numbers of kept archive files under archived");
+
+  public static final ConfigProperty<String> CLEAN_ARCHIVE_FILE_ENABLE_DROP = 
ConfigProperty
+      .key("hoodie.archive.clean.enable")

Review comment:
       Tanks for your review. Changed as `hoodie.auto.trim.archive.files` and 
`hoodie.max.archive.files`




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


Reply via email to