GitHub user alexwilcoxson-rel closed a discussion: Is there a join type that can pushdown join filter to one side's scan?
I was looking through the join options' code and it didn't look like this was possible. e.g. LHS table produces small number of rows. Collect these and provide them as a filter pushed down to RHS scan to reduce files read. GitHub link: https://github.com/apache/datafusion/discussions/7158 ---- 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]
