This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 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 f17ca29e08 [core] remark row-tracking.enabled as Immutable (#7181)
f17ca29e08 is described below
commit f17ca29e084cda25d4643b9165a7069212983c9e
Author: LsomeYeah <[email protected]>
AuthorDate: Mon Feb 2 19:36:44 2026 +0800
[core] remark row-tracking.enabled as Immutable (#7181)
---
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 c0e2084524..405098067d 100644
--- a/paimon-api/src/main/java/org/apache/paimon/CoreOptions.java
+++ b/paimon-api/src/main/java/org/apache/paimon/CoreOptions.java
@@ -2057,6 +2057,7 @@ public class CoreOptions implements Serializable {
"The duration after which a partition without new
updates is considered a historical partition. "
+ "Historical partitions will be
automatically fully clustered during the cluster operation.");
+ @Immutable
public static final ConfigOption<Boolean> ROW_TRACKING_ENABLED =
key("row-tracking.enabled")
.booleanType()