tustvold opened a new issue, #2656: URL: https://github.com/apache/arrow-datafusion/issues/2656
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The `ObjectStoreSchemaProvider` is a `SchemaProvider` that provides the ability to register `ObjectStore` and `ListingTable`. Effectively it is a `MemorySchemaProvider` but which maintains its own `ObjectStoreRegistry` instead of using the one on `RuntimeEnv`. I'm quite possibly missing something, but I'm not entirely sure why this is needed? **Describe the solution you'd like** If it isn't needed, it would be good to remove it. **Describe alternatives you've considered** If it is needed, we should keep it :smile: **Additional context** Add any other context or screenshots about the feature request here. -- 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]
