alamb opened a new issue, #795: URL: https://github.com/apache/arrow-rs-object-store/issues/795
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `ObjectStoreRegistry` can register and resolve stores, but consumers that register stores dynamically, such as per-session stores, also need a way to remove them. **Describe the solution you'd like** Add an `ObjectStoreRegistry::deregister(&self, url: &Url) -> Option<Arc<dyn ObjectStore>>` method that removes the store registered at the exact scheme, authority, and path of the provided URL while preserving sibling and longer-prefix registrations. Implemented by https://github.com/apache/arrow-rs-object-store/pull/784. -- 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]
