mkleen commented on PR #20047: URL: https://github.com/apache/datafusion/pull/20047#issuecomment-4214193049
I’ve incorporated all reviewer feedback and addressed the issues raised. - Fixed the regression affecting cache hits by ensuring the listing table cache is correctly referenced via the CacheManager. - Scoped the cache by including the table name in the cache key, allowing entries to be removed when a table is dropped. With these changes, all tests are now passing. However, I’m not fully confident that the overall design is ideal. I’d appreciate another round of review. -- 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]
