-
Notifications
You must be signed in to change notification settings - Fork 186
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: WIP prepare for upgrading to DataFusion 46 #1423
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 #1423 +/- ##
============================================
+ Coverage 56.12% 58.55% +2.43%
- Complexity 976 1015 +39
============================================
Files 119 122 +3
Lines 11743 12249 +506
Branches 2251 2304 +53
============================================
+ Hits 6591 7173 +582
+ Misses 4012 3919 -93
- Partials 1140 1157 +17 ☔ View full report in Codecov by Sentry. |
There are some failures with hash functions. org.apache.spark.SparkException: Job aborted due to stage failure: Task 4 in stage 6204.0 failed 1 times, most recent failure: Lost task 4.0 in stage 6204.0 (TID 14921) (c8336c0abbf7 executor driver): org.apache.comet.CometNativeException: Function sha256 does not implement invoke but called |
Which issue does this PR close?
Closes #1414
Rationale for this change
Upgrade to latest DataFusion in to make sure that there are no regressions. We need to do this before DataFusion 46 is released.
What changes are included in this PR?
How are these changes tested?