Skip to content

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
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move LogicalPlanBuilder to datafusion-expr crate

2 participants