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/07 10:49:31 UTC

[GitHub] [arrow-rs] Cheappie opened a new issue, #1667: Unpin Flatbuffer version dependency

Cheappie opened a new issue, #1667:
URL: https://github.com/apache/arrow-rs/issues/1667

   Pinned flatbuffer version makes it harder to combine DataFusion and Arrow libs with different versions. It was good temporary fix at the time, but It seems that the versions that were affected by incompatible changes were dropped from crates.io. Anyway it doesn't applies anymore because newest version of flatbuffers dep is used right now by Arrow.


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1667: Unpin Flatbuffer version dependency
URL: https://github.com/apache/arrow-rs/issues/1667


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