LiaCastaneda commented on issue #20195: URL: https://github.com/apache/datafusion/issues/20195#issuecomment-4164044669
> If DataFusion doesn't already make these per-partition optimized filters, I think it would be a good improvement for all plans (and it would effectively solve @gene-bordegaray 's problem too) I imagine this would still imply having a way to route dynamic filters from partition 0 from the build to partition 0 from the probe right? even if it's not in the Dynamic Filter itself. I'm not sure if we have a way to know how to match these two (like having access to partition number) in [this](https://github.com/apache/datafusion/blob/a9dc1dcac15ebb748fc865e4d73af97b1e61c3be/datafusion/physical-plan/src/joins/hash_join/shared_bounds.rs#L360) part of the code. -- 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]
