Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin Flatbuffer version dependency #1667

Closed
Cheappie opened this issue May 7, 2022 · 1 comment · Fixed by #1668
Closed

Unpin Flatbuffer version dependency #1667

Cheappie opened this issue May 7, 2022 · 1 comment · Fixed by #1668
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@Cheappie
Copy link
Contributor

Cheappie commented May 7, 2022

Combining DataFusion 7.1.0 and Arrow 12.0.0 pose a challenge due to pinned flat buffer version, or at least that is what error message tells me. From what I have seen version pinning was a temporary fix to workaround incompatible changes in flatbuffers, but that doesn't apply anymore. Because these versions of flatbuffers dep were dropped from crates.io and anyway right now Arrow uses newest version of FlatBuffer dependency.

@tustvold
Copy link
Contributor

tustvold commented May 8, 2022

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 both versions of arrow and complain if you try to mix types from one version with the other.

@alamb alamb added the arrow Changes to the arrow crate label May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants