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

[Epic] Improved TreeNode APIs #10121

Open
1 task done
alamb opened this issue Apr 17, 2024 · 2 comments
Open
1 task done

[Epic] Improved TreeNode APIs #10121

alamb opened this issue Apr 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Apr 17, 2024

Is your feature request related to a problem or challenge?

This is a follow on to #8913 that tracks additional improvements to the TreeNode API

Describe the solution you'd like

@backkem
Copy link
Contributor

backkem commented May 8, 2024

The ConcreteTreeNode seems like quite a nice abstraction. Maybe it's interesting to add for the LogicalPlan & Expr as well.

@alamb
Copy link
Contributor Author

alamb commented May 8, 2024

The ConcreteTreeNode seems like quite a nice abstraction. Maybe it's interesting to add for the LogicalPlan & Expr as well.

Sounds like a nice idea to me -- I suspect the best way to do so would be to find a usecase that needed / could benefit from the use of that API and refactor the existing code into the (new) API

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

No branches or pull requests

2 participants