rdblue opened a new pull request #1203: URL: https://github.com/apache/iceberg/pull/1203
This removes table expiration from cache in `CachingCatalog`. As long as a reference to a table exists, the cache should continue to use that reference so that writes update the table for all queries. The cache still uses soft values, so once other references are removed it can be garbage collected if memory is needed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
