-
Notifications
You must be signed in to change notification settings - Fork 225
chore: migrate to DF 49.0.0 #2040
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2040 +/- ##
=============================================
- Coverage 56.12% 42.85% -13.27%
- Complexity 976 1034 +58
=============================================
Files 119 135 +16
Lines 11743 13136 +1393
Branches 2251 2390 +139
=============================================
- Hits 6591 5630 -961
- Misses 4012 6460 +2448
+ Partials 1140 1046 -94 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR apache/datafusion#16290 changed the signature for several functions to return Utf8View. I can start bringing in changes to support Utf8View from my branch (https://github.com/mbutrovich/datafusion-comet/tree/german_style_strings) but this has a huge blast radius for Comet. I'll investigate further. |
Fixed windows and crypto tests, the
It has something with Batch size and number of input files. |
Which issue does this PR close?
A followup on #1997
Closes #1993 .
Rationale for this change
What changes are included in this PR?
How are these changes tested?