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

Rewrite LogicalPlan::head_output_expr to use TreeNode API #10027

Closed
wants to merge 1 commit into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Apr 10, 2024

Which issue does this PR close?

Part of #8913

Rationale for this change

LogicalPlan::head_output_expr has its own tree traversal routine which is redundant with the TreeNode API added in #8913

What changes are included in this PR?

Rewrite LogicalPlan::head_output_expr to use the tree node API

Are these changes tested?

Existing CI

Are there any user-facing changes?

No

@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

It turns out this does something more complicated than I realized. Parking for now

@alamb alamb closed this Apr 10, 2024
@alamb alamb deleted the alamb/less_redund branch April 10, 2024 13:06
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.

1 participant