tustvold edited a comment 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
