alamb opened a new issue #129:
URL: https://github.com/apache/arrow-datafusion/issues/129


   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-10965
   
   If we switch the order of keys in a equijoin this results in an error. It 
seems that some code assumes that the left key in the expression is in the left 
input of the join and the right key comes from the right side.
   
   For example changing l_orderkey = o_orderkey to
    o_orderkey = l_orderkey
   
   in query 12 of  the tpch benchmark, we get this error:
     
    {{Error: Plan("The left or right side of the join does not have all columns 
on \"on\": \nMissing on the left: \{\"o_orderkey\"}\nMissing on the right: 
\{\"l_orderkey\"}")}}
     


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to