gaborkaszab commented on code in PR #14440:
URL: https://github.com/apache/iceberg/pull/14440#discussion_r2577173396
##########
core/src/main/java/org/apache/iceberg/CatalogProperties.java:
##########
@@ -56,8 +78,7 @@ private CatalogProperties() {}
* <ul>
* <li>Zero - Caching and cache expiration are both disabled
* <li>Negative Values - Cache expiration is turned off and entries expire
only on refresh etc
- * <li>Positive Values - Cache entries expire if not accessed via the
cache after this many
- * milliseconds
+ * <li>Positive Values - Cache entries expire this milliseconds
Review Comment:
nit: maybe add "based on cache expiration policy" ?
--
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]