kbendick commented on a change in pull request #3543:
URL: https://github.com/apache/iceberg/pull/3543#discussion_r767337983
##########
File path: core/src/main/java/org/apache/iceberg/CachingCatalog.java
##########
@@ -114,6 +194,12 @@ private void invalidate(TableIdentifier ident) {
tableCache.invalidateAll(metadataTableIdentifiers(ident));
}
+ private void onTableExpiration(TableIdentifier ident) {
Review comment:
Agreed. Moved it directly into the class and got rid of the function.
--
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]