tustvold commented on issue #7135: URL: https://github.com/apache/arrow-rs/issues/7135#issuecomment-2660465644
I wonder if instead of altering the ObjectStore trait, you could instead construct a "fresh" MemCachedObjectStore for each "session", with this `ObjectStore` impl containing both the shared and session local states. This would not only avoid changes to object_store, breaking or otherwise, whilst also allowing maximum flexibility on what state comprises a session. -- 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]
