adriangb commented on issue #17486: URL: https://github.com/apache/datafusion/issues/17486#issuecomment-3271707155
> > I wonder if it would make sense to compute dynamic filters only if/when there is a node that consumes/ asks for the DynamicFilterPhysicalExpr ? maybe while polling the right side? > > It certainly makes sense to me to avoid doing work for DynamicFilters that are never used We could add some notion of "subscribers" to a dynamic filter? -- 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]
