rdblue commented on a change in pull request #3543:
URL: https://github.com/apache/iceberg/pull/3543#discussion_r767309344



##########
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:
       It does seem like now that the `CacheWriter` is its own class, this 
could just be moved into the `EXPIRED` case.




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