adriangb commented on PR #19064:
URL: https://github.com/apache/datafusion/pull/19064#issuecomment-3647994085

   One thing that would be good to add is a test where the plan has a structure 
like `Sort -> NodeThatPreventsPushdown (Agg?) -> Sort -> Scan`, the point being 
that we hit the first sort, try to push down and can't but then we continue 
recursing, hit the second sort and that one we *can* push down.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to