peter-toth commented on code in PR #9685:
URL: https://github.com/apache/arrow-datafusion/pull/9685#discussion_r1533498046


##########
datafusion/optimizer/src/common_subexpr_eliminate.rs:
##########
@@ -571,66 +584,73 @@ enum VisitRecord {
     /// `usize` is the monotone increasing series number assigned in 
pre_visit().
     /// Starts from 0. Is used to index the identifier array `id_array` in 
post_visit().
     EnterMark(usize),
+    /// the node's children were skipped => jump to f_up on same node

Review Comment:
   Yes, that's how the API worked before and after 
https://github.com/apache/arrow-datafusion/pull/8891. I think the issue came in 
with this https://github.com/peter-toth/arrow-datafusion/pull/1 adjustment.
   Thanks @wiedld for fixing it!



-- 
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]

Reply via email to