alamb commented on code in PR #5322: URL: https://github.com/apache/arrow-datafusion/pull/5322#discussion_r1120765946
########## datafusion/physical-expr/src/utils.rs: ########## @@ -235,6 +234,82 @@ pub fn ordering_satisfy_concrete<F: FnOnce() -> EquivalenceProperties>( } } +#[derive(Clone, Debug)] +pub struct ExprTreeNode<T> { Review Comment: This comment still seems to be unaddressed. Perhaps we can handle it in a follow on PR? This one is already pretty large and been outstanding for a while -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org