You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There has been a lot of refactoring recently in order to implement subquery support and also to move the SQL query planner and the logical optimization rules into their own crates.
As a result, we now have many re-exports in the core/logical_plan module that were implemented to reduce the size of PRs. I would like to propose removing these re-exports as part of stabilizing the public API for DataFusion.
Describe the solution you'd like
Remove many re-exports and update imports to use the real locations.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There has been a lot of refactoring recently in order to implement subquery support and also to move the SQL query planner and the logical optimization rules into their own crates.
As a result, we now have many re-exports in the
core/logical_plan
module that were implemented to reduce the size of PRs. I would like to propose removing these re-exports as part of stabilizing the public API for DataFusion.Describe the solution you'd like
Remove many re-exports and update imports to use the real locations.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: