Replies: 2 comments
-
Another example in the wild: apache/arrow-rs#6071 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've made https://github.com/adriangb/datafusion/tree/arrow-rs-dev for now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any plans to keep a branch of DataFusion roughly compatible with arrow-rs main/HEAD?
I wanted to test out apache/arrow-rs#6197 but found that even if I path arrow to point to git but found that DataFusion is (unsurprisingly) not compatible with
arrow-rs
53.I guess my only option is to make my own branch of DataFusion and try to uprev
arrow-rs
there, but I was wondering if there's any coordinated effort of long lived branch to make this easier / share work across folks wanting to use newarrow-rs
changes with DataFusion without waiting ~ 1 month.Beta Was this translation helpful? Give feedback.
All reactions