yyy1000 commented on PR #8780:
URL: 
https://github.com/apache/arrow-datafusion/pull/8780#issuecomment-1890224140

   Well, I tried to fix the CI-error, but it's harder than I thought. :(
   Now the problem is `on`, the two columns in Join, would change but some 
functions still pass left and right infos, didn't knowing that now the two 
columns in `on` has been swapped.
   The failed test case ,
   
   >  index out of bounds: the len is 2 but the index is 2 
   
   indicated that here is the reason, 
https://github.com/apache/arrow-datafusion/blob/eb81ea299aa7e121bbe244e7e1ab56513d4ef800/datafusion/physical-plan/src/joins/utils.rs#L688-L697


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