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

Consolidate LogicalPlan tree node walking/rewriting code into one module #10034

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Apr 10, 2024

Which issue does this PR close?

Closes #9994

Rationale for this change

While working with the LogicalPlan treenode APIs finding it is hard as it is sprinkled in the plan.rs module. That module is also quite large. Thus, let's put it all in the same file

What changes are included in this PR?

  1. Move code into the tree_node.rs module (where it is documented)

Are these changes tested?

Are there any user-facing changes?

This PR just moves a bunch of code around. There is no functional change

@alamb alamb marked this pull request as ready for review April 10, 2024 20:25
@github-actions github-actions bot added the logical-expr Logical plan and expressions label Apr 10, 2024
@alamb
Copy link
Contributor Author

alamb commented Apr 10, 2024

@andygrove or @comphead is there any chance you have time for a quick review? This PR just moves code around but I don't want it to attract conflicts

cc @peter-toth

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @alamb

@alamb
Copy link
Contributor Author

alamb commented Apr 10, 2024

Thank you @andygrove -- much appreciated

@alamb alamb merged commit b9759b9 into apache:main Apr 10, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate LogicalPlan tree node walking / rewriting code in one place
2 participants