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/08 13:48:46 UTC

[GitHub] [arrow-rs] tustvold commented on issue #1667: Unpin Flatbuffer version dependency

tustvold commented on issue #1667:
URL: https://github.com/apache/arrow-rs/issues/1667#issuecomment-1120422439

   FWIW Datafusion 7.1.0 has a version pin on arrow 9.0.0, and so cannot be used with arrow 12.0.0 regardless... What will likely end up happening is cargo will [link in](https://stackoverflow.com/questions/51714866/is-it-documented-that-cargo-can-download-and-bundle-multiple-versions-of-the-sam) both versions of arrow and complain if you try to mix types from one version with the other.
   


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