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


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -589,6 +589,15 @@ public InlineElement getDescription() {
                                     + " skipped. Set to a larger value to 
allow more aggressive"
                                     + " sort rewriting. The cap only limits 
the sorted rewrite portion and full/minor cleanup may still happen beyond it.");
 
+    public static final ConfigOption<Boolean> 
MANIFEST_SORT_RUN_MERGE_OPTIMIZE_ENABLED =
+            key("manifest-sort.run-merge-optimize.enabled")

Review Comment:
   Remove this option.



-- 
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