nastra commented on a change in pull request #3230:
URL: https://github.com/apache/iceberg/pull/3230#discussion_r728003627



##########
File path: api/src/main/java/org/apache/iceberg/catalog/Catalog.java
##########
@@ -338,6 +338,15 @@ default TableBuilder buildTable(TableIdentifier 
identifier, Schema schema) {
   default void initialize(String name, Map<String, String> properties) {
   }
 
+  /**
+   * Determines the default caching behavior for the catalog if 
"cache-enabled" is not set.
+   *
+   * @return The default caching behavior for this given catalog if 
"cache-enabled" is not set.
+   */
+  default boolean cachingEnabled() {
+    return true;

Review comment:
       @rdblue what table expiration time did you have in mind? I also saw that 
table expiration was removed with https://github.com/apache/iceberg/pull/1203




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

Reply via email to