-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is ObjectStoreSchemaProvider Still Needed? #2656
Comments
FYI #1836 and #1863 is background conversation on the API design for this. The original idea was to use this as shown below (slightly updated from how it was discussed in the above issue) - i.e. easily register multiple tables from a prefix into a schema.
Thinking on it now, i think the same could be done without the need for this abstraction, like the following:
If you agree, then yes I do think we can remove |
Created #2665 |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The
ObjectStoreSchemaProvider
is aSchemaProvider
that provides the ability to registerObjectStore
andListingTable
. Effectively it is aMemorySchemaProvider
but which maintains its ownObjectStoreRegistry
instead of using the one onRuntimeEnv
.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 ?
The text was updated successfully, but these errors were encountered: