wzx140 commented on code in PR #8065:
URL: https://github.com/apache/paimon/pull/8065#discussion_r3338552042


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2238,6 +2236,17 @@ public InlineElement getDescription() {
                     .defaultValue(false)
                     .withDescription("Whether enable data evolution for row 
tracking table.");
 
+    public static final ConfigOption<Boolean> 
DATA_EVOLUTION_MERGE_INTO_SKIP_FILE_PRUNING =
+            key("data-evolution.merge-into.skip-file-pruning")

Review Comment:
   Do you think skip file pruning is a common scenario? Let me make a judgment. 
The default is true. If it's a non partitioned table, file pruning will still 
be done



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