Stefanietry commented on code in PR #8081:
URL: https://github.com/apache/paimon/pull/8081#discussion_r3346441357
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2249,6 +2249,13 @@ public InlineElement getDescription() {
+ "to be updated, so that the overhead of
collecting touched file IDs "
+ "outweighs the benefit of pruning
untouched files.");
+ public static final ConfigOption<Boolean>
DATA_EVOLUTION_DATA_SOURCE_PERSIST_ENABLED =
+ key("data-evolution.data.source.persist.enabled")
Review Comment:
Done, the conf has been modified as suggested.
--
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]