gaborkaszab commented on code in PR #14440:
URL: https://github.com/apache/iceberg/pull/14440#discussion_r2577164514
##########
core/src/main/java/org/apache/iceberg/CatalogProperties.java:
##########
@@ -48,6 +48,28 @@ private CatalogProperties() {}
public static final boolean CACHE_CASE_SENSITIVE_DEFAULT = true;
+ /**
+ * Controls policy of table cache
+ *
+ * <p>Behavior of specific values of cache.strategy:
+ *
+ * <ul>
+ * <li>EXPIRE_AFTER_ACCESS - cache entry is removed from the cache after a
specified time has
+ * passed since its last access
+ * <li>EXPIRE_AFTER_WRITE - cache entry is removed from the cache after a
specified time has
+ * passed since its last * write operation
Review Comment:
nit: `last * write` -> `last write`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]