adriangb commented on PR #15770: URL: https://github.com/apache/datafusion/pull/15770#issuecomment-2971531318
> I don't understand why FilterPushdown can't also push down DynamicFlters if it was run after EnforceSorting but I vaguely remember it being discussed and rejected before It could (and does currently) handle push down of dynamic filters, the issue is that *it cannot be run after EnforceSorting* because EnforceSorting and EnforceDistribution need to be run after e.g. a `FilterExec` is removed from the plan. -- 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