JingsongLi commented on code in PR #9802:
URL: https://github.com/apache/paimon/pull/9802#discussion_r4002997229
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -599,6 +599,20 @@ 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.");
+ @ExcludeFromDocumentation("Only used by compact_manifest maintenance
procedure")
+ public static final ConfigOption<Boolean> MANIFEST_SORT_FORCE_REWRITE =
+ key("manifest-sort.force-rewrite")
Review Comment:
Do not introduce this too. By default, do full sort.
--
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]