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 17:24:18 UTC

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

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


   I agree with @tustvold  -- I have seen the same error when using a mismatched version of `arrow` -- aka when iox depends on arrow 10.0.0 and I am trying to upgrade to a datafusion version that depended on arrow 11.0.0
   
   Looks like datafusion 7.0.0 depends on arrow 9.0.0 https://crates.io/crates/datafusion/7.0.0/dependencies
   
   But connector-x is using arrow 6.4: https://github.com/sfu-db/connector-x/blob/main/connectorx/Cargo.toml#L21


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