This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new fd559bcbb5 [core] make dynamic-bucket.initial-buckets immutable (#7491)
fd559bcbb5 is described below
commit fd559bcbb539c46c7985c9c1cdcb7672f726e842
Author: 若水 <[email protected]>
AuthorDate: Sun May 24 10:32:45 2026 +0800
[core] make dynamic-bucket.initial-buckets immutable (#7491)
---
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/paimon-api/src/main/java/org/apache/paimon/CoreOptions.java
b/paimon-api/src/main/java/org/apache/paimon/CoreOptions.java
index f11a1dd0d5..9de20d19cd 100644
--- a/paimon-api/src/main/java/org/apache/paimon/CoreOptions.java
+++ b/paimon-api/src/main/java/org/apache/paimon/CoreOptions.java
@@ -1427,6 +1427,7 @@ public class CoreOptions implements Serializable {
"If the bucket is -1, for primary key table, is
dynamic bucket mode, "
+ "this option controls the target row
number for one bucket.");
+ @Immutable
public static final ConfigOption<Integer> DYNAMIC_BUCKET_INITIAL_BUCKETS =
key("dynamic-bucket.initial-buckets")
.intType()