jayshrivastava opened a new pull request, #24068: URL: https://github.com/apache/datafusion/pull/24068
## Which issue does this PR close? - Closes: https://github.com/apache/datafusion/issues/23814 - Closes: https://github.com/datafusion-contrib/datafusion-distributed/issues/584 ## Rationale for this change External users who wish to propagate dynamic filter updates across network boundaries need to know in which direction updates need to flow. Thus `ExecutionPlan::apply_expressions` is not enough. The proposal in https://github.com/apache/datafusion/issues/23814 is to provide a separate API for dynamic filter producers. ## What changes are included in this PR? This change adds a new method ## Are these changes tested? Yes. ## Are there any user-facing changes? Here's -- 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]
