You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/03 15:08:53 UTC

[GitHub] [arrow-datafusion] tustvold commented on issue #2426: ShuffleWriterExec::schema mismatch

tustvold commented on issue #2426:
URL: https://github.com/apache/arrow-datafusion/issues/2426#issuecomment-1116211592

   I tried changing this in #2428 but it leads distributed_join_plan to fail with
   
   ```
   Error: DataFusionError(Plan("The left or right side of the join does not have all columns on \"on\": \nMissing on the left: {Column { name: \"l_orderkey\", index: 0 }}\nMissing on the right: {Column { name: \"o_orderkey\", index: 0 }}"))
   ```
   
   I'm not familiar enough with this code to know what is going on here, but something doesn't feel right


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org