alamb commented on PR #9913:
URL:
https://github.com/apache/arrow-datafusion/pull/9913#issuecomment-2041521091
I am not sure what you are planning on working on next @peter-toth but one
thing I noticed is that keeping track of all the `LogicalPlan` tree node
walking / rewriting is somewhat hard for me (and
`datafusion/expr/src/logical_plan/plan.rs` is getting pretty large).
I wonder if we should move all the code into a single module (maybe
alongside the `impl TreeNode for LogicalPlan`) ? Maybe somethign like
`datafusion/expr/src/logical_plan/tree_node.rs` or
`datafusion/expr/src/logical_plan/apply_visit.rs` 🤔
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]