liyubin117 commented on code in PR #4974: URL: https://github.com/apache/paimon/pull/4974#discussion_r1923295951
########## paimon-common/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -1076,6 +1076,14 @@ public class CoreOptions implements Serializable { .withDescription( "Initial buckets for a partition in assigner operator for dynamic bucket mode."); + public static final ConfigOption<Integer> DYNAMIC_BUCKET_MAX_BUCKETS_PER_ASSIGNER = + key("dynamic-bucket.max-buckets-per-assigner") Review Comment: I found that `dynaimc-bucket.initial-bucket` is also `assigner` granularity behavior, to make a consistence, maybe we should also use `dynamic-bucket.max-buckets` :) -- 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