JingsongLi commented on code in PR #6407:
URL: https://github.com/apache/paimon/pull/6407#discussion_r2435794250
##########
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")
Review Comment:
We don't need this one, just use max num to decide whether we should enable
dv cache. (Max num is zero, disable)
--
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]