JingsongLi commented on code in PR #7331:
URL: https://github.com/apache/paimon/pull/7331#discussion_r2872564701


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2071,6 +2071,13 @@ public InlineElement getDescription() {
                             "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.");
 
+    public static final ConfigOption<Boolean> CLUSTERING_PRE_WRITE_ENABLED =
+            key("clustering.pre-write.enabled")

Review Comment:
   clustering.incremental.optimize-write



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to