LiaCastaneda commented on issue #18290: URL: https://github.com/apache/datafusion/issues/18290#issuecomment-3451262574
It looks the the uppermost join is a left semi join, iirc dynamic filtering is only supported by inner joins, also currently there is no join reordering in the optimizer i think, so whatever is in the left side will always be the build even if its not optimal -- 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]
