You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: