Skip to content
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

Remove core/logical_plan module #2683

Closed
andygrove opened this issue Jun 2, 2022 · 1 comment · Fixed by #3816
Closed

Remove core/logical_plan module #2683

andygrove opened this issue Jun 2, 2022 · 1 comment · Fixed by #3816
Assignees
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

andygrove commented Jun 2, 2022

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

@andygrove
Copy link
Member Author

I now plan on working on this after the 9.0.0 release

@andygrove andygrove changed the title Remove some of the re-exports within the core crate Remove core/logical_plan module Jun 5, 2022
@andygrove andygrove self-assigned this Sep 2, 2022
@alamb alamb added good first issue Good for newcomers and removed good first issue Good for newcomers labels Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants