-
Notifications
You must be signed in to change notification settings - Fork 539
Bump arrow
to 56.1
and datafusion
to 50
#11248
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
base: main
Are you sure you want to change the base?
Conversation
Web viewer built successfully.
Note: This comment is updated whenever you push a commit. |
bf84356
to
2b9604f
Compare
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
The issue I foresee with this is that dataplatform relies on lance which was just updated to datafusion 49. If we merge this PR then we will need those to both update to get a consistent build. |
03a1766
to
c97e75a
Compare
c97e75a
to
67b867c
Compare
Arrow 56.2.0 is released: https://github.com/apache/arrow-rs/releases/tag/56.2.0
|
The bigger hold up was datafusion-python 50 which I released this morning, so now I can push lance to update |
PR for lance update that we need: lancedb/lance#4778 |
Related
UnionBuilder
in reflection-based parsing of MCAP protobuf messages #11221.Important
Blocked by
datafusion==50.0.0
not being onpypi
yet: https://pypi.org/project/datafusion/What
Title.
TODO
.expect()
. (copied over from DataFusion 49 upgrade #11159)datafusion
to50.0.0
?Reviewing
package_lock.json
(collapsed on GitHub) to see if everything makes sense.git diff
against DataFusion 49 upgrade #11159 too.