Closed
Description
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 😄
Thoughts @matthewmturner ?