GitHub user alexwilcoxson-rel added a comment to the discussion: Is there a join type that can pushdown join filter to one side's scan?
https://datafusion.apache.org/blog/2025/09/10/dynamic-filters/ specifically the [section about hash joins](https://datafusion.apache.org/blog/2025/09/10/dynamic-filters/#hash-join-dynamic-filters) In my case I was hoping to use it with delta-rs. I think to take advantage though some work would need to happen on the delta-rs side to take advantage of the dynamic filters GitHub link: https://github.com/apache/datafusion/discussions/7158#discussioncomment-14606221 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
