berkaysynnada commented on PR #8891:
URL: 
https://github.com/apache/arrow-datafusion/pull/8891#issuecomment-1933969528

   That example is for pre_visit & post_visit API. To be more concrete, you can 
think of the context of `transform_up()`. If `op` is called on "A", and it 
returns "Jump", then `op` will be called on "H".
   
   For your question, I am not sure that if post_visit(A) returns Jump, then we 
should continue with pre_visit(G) or post_visit(H). What do you suggest for it, 
considering the behavior of Jump in `transform_up()`?


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