JingsongLi commented on code in PR #791: URL: https://github.com/apache/incubator-paimon/pull/791#discussion_r1155429371
########## paimon-core/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -542,6 +542,13 @@ public class CoreOptions implements Serializable { .defaultValue(1024) .withDescription("Read batch size for orc and parquet."); + public static final ConfigOption<Integer> FULL_COMPACTION_DELTA_COMMITS = + key("full-compaction.delta-commits") + .intType() + .noDefaultValue() + .withDescription( + "Full compaction will be constantly triggered after delta commits."); + Review Comment: Only full-compaction changelog is enabled, the default value is 1. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org