adriangb commented on code in PR #16445: URL: https://github.com/apache/datafusion/pull/16445#discussion_r2164715273
########## datafusion/physical-plan/src/filter_pushdown.rs: ########## @@ -353,6 +353,18 @@ impl FilterDescription { } } + pub fn with_child_pushdown( Review Comment: More APIs 🤮. I really need to circle back to doing some whiteboard design for these. It's complex and won't be pretty but I'm sure it can be better than it is right now. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org