-
Notifications
You must be signed in to change notification settings - Fork 435
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
chore: Update to DataFusion 45.0.0 / arrow/parquet 54.0.0
#3175
base: main
Are you sure you want to change the base?
Conversation
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
It appears we will also have to update delta kernel with the new arrow first: |
Yeah, I have this change which I would like to land to also make this easier |
Turns out 5c5c65d makes it failry easy |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3175 +/- ##
==========================================
- Coverage 71.75% 71.75% -0.01%
==========================================
Files 138 138
Lines 44362 44372 +10
Branches 44362 44372 +10
==========================================
+ Hits 31833 31837 +4
- Misses 10498 10499 +1
- Partials 2031 2036 +5 ☔ View full report in Codecov by Sentry. |
I would say the tests all look good to me -- there looks to be some error with docs, but that doesn't look like any reason to avoid releasing DataFusion. Otherwise things are looking 👌 |
Awesome! Thanks @alamb 🙏 |
Thank you for your patience. BTW I still hope to get the fix for this issue into DataFusion 45 as well |
Description
Upgrade to DataFusion 45
WIP / Testing PR
Related Issue(s)
45.0.0
apache/datafusion#14008Documentation