zhoulii commented on code in PR #2968: URL: https://github.com/apache/incubator-paimon/pull/2968#discussion_r1533557561
########## paimon-common/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -378,6 +378,12 @@ public class CoreOptions implements Serializable { .defaultValue(MemorySize.ofMebiBytes(128)) .withDescription("Target size of a file."); + public static final ConfigOption<Boolean> FORCE_EXPIRE = Review Comment: how about `commit.force.hooks` or `commit.force.triggers` ? -- 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