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

Move LogicalPlanBuilder to datafusion-expr crate #2576

Merged
merged 4 commits into from
May 22, 2022

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented May 19, 2022

Which issue does this PR close?

Closes #2536

Rationale for this change

I would like LogicalPlanBuilder to be in the same crate as LogicalPlan.

What changes are included in this PR?

Move LogicalPlanBuilder to be in the same crate as LogicalPlan.

There are no functional changes, just moving code around.

There are public re-exports from the original location, so no changes were needed in Ballista.

Are there any user-facing changes?

Lots of things have moved around.

@andygrove andygrove added the api change Changes the API exposed to users of the crate label May 19, 2022
@andygrove andygrove self-assigned this May 19, 2022
@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels May 19, 2022
@andygrove andygrove changed the title WIP: Move LogicalPlanBuilder to datafusion-expr crate Move LogicalPlanBuilder to datafusion-expr crate May 21, 2022
@andygrove andygrove marked this pull request as ready for review May 21, 2022 14:43
@andygrove
Copy link
Member Author

@alamb This PR is finally ready for review ... this is what all the previous refactoring PRs were leading to.

@andygrove andygrove merged commit 44d154e into apache:master May 22, 2022
@andygrove andygrove deleted the lpb-move branch May 22, 2022 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change Changes the API exposed to users of the crate datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move LogicalPlanBuilder to datafusion-expr crate
2 participants