Dandandan commented on issue #3781:
URL: 
https://github.com/apache/arrow-datafusion/issues/3781#issuecomment-1273498925

   > We can just change it to **left join**, and add logic to check if more 
than 1 row is returned in left join.
   
   I don't think that's possible. A cross join is used as that doesn't require 
a join condition. The cross join is less efficient however, as it repeats the 
value for the scalar as much as there are values on the left side, and then 
uses that to filter on (which is less efficient than using a scalar in the 
filter).


-- 
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]

Reply via email to