alamb commented on PR #7620: URL: https://github.com/apache/arrow-datafusion/pull/7620#issuecomment-1733488410
> btw i see other system use global value to store global cache, is there a way datafusion use this method The way IOx does this is to setup a `RuntimeConfig` with a global MemoryManager and DiskManager and then create SessionContext's from that RuntimeConfig. I think you can do something similar with the caches in this PR -- 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]
