ygf11 commented on PR #4923:
URL: 
https://github.com/apache/arrow-datafusion/pull/4923#issuecomment-1396823473

   > Maybe we can add some error cases shpwing that SELECT t1.id FROM t1 SEMI 
JOIN t2 ON (t1.id = t2.id) WHERE t2.value = 5 generates an error
   
   > It would also be good to cover such a predicate in the ON clause (which 
does make sense and could be pushed down I think):
   
   > SELECT t1.id FROM t1 SEMI JOIN t2 ON (t1.id = t2.id AND t2.value = 5)
   
   Added.


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