JingsongLi commented on code in PR #8065:
URL: https://github.com/apache/paimon/pull/8065#discussion_r3338390042
##########
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:
`data-evolution.merge-into.file-pruning.enabled`? Default true.
--
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]