samarthjain opened a new pull request #4388: URL: https://github.com/apache/iceberg/pull/4388
When there is a chain of catalogs with one CachingCatalog wrapped inside the other, then the missing InvalidateTable call can prevent a table to be removed from the cache. We need to call catalog.invalidateTable() so that the call can recurse and clear out tables from the caches of all the chained CachingCatalogs. -- 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]
