alamb commented on issue #23814: URL: https://github.com/apache/datafusion/issues/23814#issuecomment-5051471895
> Add an API to ExecutionPlan to return what dynamic filters it produced (basically promote existing methods like [SortExec::dynamic_filters](https://github.com/apache/datafusion/blob/c1180022e63f48a3af175d8d73dc21cca9379c65/datafusion/physical-plan/src/sorts/sort.rs#L1102) and [HashJoinExec::dynamic_filters](https://github.com/apache/datafusion/blob/c1180022e63f48a3af175d8d73dc21cca9379c65/datafusion/physical-plan/src/joins/hash_join/exec.rs#L957) to the ExecutionPlan trait) FWIW this would be almost free today (as the method already exists on several of the nodes) and gives you the "producer" side immediately with minimal downstream impact -- 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]
