alamb commented on issue #8926: URL: https://github.com/apache/arrow-datafusion/issues/8926#issuecomment-1908350679
You may be able to do this today with a cache as an extension "config" item https://docs.rs/datafusion/latest/datafusion/prelude/struct.SessionConfig.html#method.with_extension A better approach could be to add some sort of user defined extension API to the `CacheManager` (that is attached to the `runtime_env` available from https://docs.rs/datafusion/latest/datafusion/execution/context/struct.SessionState.html#method.runtime_env) https://docs.rs/datafusion/latest/datafusion/execution/cache/cache_manager/struct.CacheManager.html -- 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]
