-
Notifications
You must be signed in to change notification settings - Fork 440
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
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 72.17% 72.18%
=======================================
Files 138 138
Lines 45282 45292 +10
Branches 45282 45292 +10
=======================================
+ Hits 32681 32692 +11
- Misses 10533 10538 +5
+ Partials 2068 2062 -6 ☔ View full report in Codecov by Sentry. |
I would say the tests all look good to me |
Awesome! Thanks @alamb 🙏 |
Thank you for your patience. BTW I still hope to get the fix for this issue into DataFusion 45 as well |
9aa5a3d
to
c75b3e6
Compare
Signed-off-by: Andrew Lamb <[email protected]>
Signed-off-by: Andrew Lamb <[email protected]>
Signed-off-by: Andrew Lamb <[email protected]>
Signed-off-by: Andrew Lamb <[email protected]>
I tried to fix the DCO / conventional commit. We'll see how it does once the tests run |
54.0.0
54.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The git references will prevent us from cutting a release of the rust crates, but I think it's beneficial to land this into main and pile ontop 😄
Nice! BTW I expect to publish the actual release to crates.io shortly (has the same content as the git branch) |
@alamb I couldn't see, but did your coercion fix land in this release? |
The list is here: https://github.com/apache/datafusion/commits/branch-45/ There are two related fixes that did get in: |
Description
chore: upgrade to DataFusion 45.0.0
Related Issue(s)
45.0.0
apache/datafusion#14008Documentation