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


##########
paimon-api/src/main/java/org/apache/paimon/options/CatalogOptions.java:
##########
@@ -136,6 +136,19 @@ public class CatalogOptions {
                     .withDescription(
                             "Controls the max number for snapshots per table 
in the catalog are cached.");
 
+    public static final ConfigOption<Boolean> CACHE_DV_ENABLED =
+            key("cache.dv.enabled")
+                    .booleanType()
+                    .defaultValue(false)

Review Comment:
   Maybe we should enable this by default.



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