criccomini opened a new issue, #15983: URL: https://github.com/apache/datafusion/issues/15983
### Is your feature request related to a problem or challenge? I'm working with the `object_store` folks on upstreaming DataFusion's [`ObjectStoreRegistry`](https://docs.rs/datafusion/latest/datafusion/datasource/object_store/trait.ObjectStoreRegistry.html) implementation. Part of the goal is that DataFusion would adopt this new registry. I want to check with y'all that the `object_store` version meets your needs. The PR is here: https://github.com/apache/arrow-rs-object-store/pull/348 The implementation is largely the same, but there have been a few tweaks: - Replaced `dashmap` with an RWLock+HashMap to remove `dashmap` dependency - Remove `ObjectStoreUrl` - Add `list_urls` method - Use `object_store::parse_url` to create an `ObjectStore` on `get_store` cache miss (if possible) - Adds registry tests - Minor doc updates - `get_store` returns an `Option` now instead of `Result` Would you guys be open to adopting this new version? ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org