chore: update DataFusion to 50, Arrow to 56#4778
Closed
timsaucer wants to merge 5 commits intolance-format:mainfrom
Closed
chore: update DataFusion to 50, Arrow to 56#4778timsaucer wants to merge 5 commits intolance-format:mainfrom
timsaucer wants to merge 5 commits intolance-format:mainfrom
Conversation
Contributor
Author
|
I'll rebase it before moving to ready. The first two commits are already in main. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4778 +/- ##
==========================================
+ Coverage 80.88% 81.44% +0.55%
==========================================
Files 323 323
Lines 127646 125636 -2010
Branches 127646 125636 -2010
==========================================
- Hits 103251 102319 -932
+ Misses 20758 19888 -870
+ Partials 3637 3429 -208
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7e6f11d to
551a87c
Compare
3 tasks
Contributor
Author
|
Closing in favor of #4751 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Leaving as draft until datafusion-python 50.0.0 releases.
This is a dependency update for DataFusion and Arrow.
The only change that seems like it is impactful is that the arrow buffers no longer use a minimum capacity of 64 bytes. apache/arrow-rs#7984 appears to be the originating source. This updates the statistics that are generated in the unit test.