SQL planner should use TableSource
not TableProvider
#2346
Labels
enhancement
New feature or request
TableSource
not TableProvider
#2346
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
SQL planner should use
TableSource
notTableProvider
since there is no need to actually perform scans during planning and this would be a step towards moving the SQL planner into its own crate so we have cleaner dependency management,Describe the solution you'd like
SQL planner should use
TableSource
notTableProvider
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: