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/03/25 15:21:07 UTC

[GitHub] [arrow-datafusion] tustvold commented on issue #2090: perhaps two different versions of crate `arrow` are being used?

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


   Could you maybe post the output of `cargo tree --duplicates` for your workspace. It is likely you have two crates depending on different versions of arrow in your source tree, and it is resulting in this error message as cargo will link in both versions. This will then cause an issue if you try to use a type from one arrow version with something expecting a type from the other version


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