viirya commented on issue #10881: URL: https://github.com/apache/datafusion/issues/10881#issuecomment-2166820182
> > SELECT e.emp_id, e.name, d.department FROM employees e LEFT JOIN department d ON (e.name = 'Alice' OR e.name = 'Bob'); Hmm, as the join filter is only on `employees`, I think it is pushdown through the Join. The results seem correct to me. I will verify it on Spark later. -- 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]
