adriangb commented on PR #15568: URL: https://github.com/apache/datafusion/pull/15568#issuecomment-2786603792
Okay nope this PR is set up correctly: `dynamic_filter` is a private module in `datafusion-physical-plan`, so we can use it from within `SortExec`/`TopK`, `HashJoinExec`, etc. So really this entire PR is just: - Introducing the public method `PhysicalExpr::snapshot` - Adding a private helpers to be used by various implementations of dynamic filters -- 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