rdblue commented on a change in pull request #4011:
URL: https://github.com/apache/iceberg/pull/4011#discussion_r795267568
##########
File path: core/src/main/java/org/apache/iceberg/CachingCatalog.java
##########
@@ -65,6 +66,8 @@ public static Catalog wrap(Catalog catalog, boolean
caseSensitive, long expirati
protected final long expirationIntervalMillis;
@SuppressWarnings("checkstyle:VisibilityModifier")
protected final Cache<TableIdentifier, Table> tableCache;
+ @SuppressWarnings("checkstyle:VisibilityModifier")
+ protected Map<String, String> catalogProps = Collections.emptyMap();
Review comment:
I don't think that CachingCatalog should need to change at all.
--
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]