Skip to content
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

feat: Upgrade to DataFusion 46.0.0-rc2 #1423

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Feb 19, 2025

Which issue does this PR close?

Closes #1414

Rationale for this change

Upgrade to latest DataFusion.

What changes are included in this PR?

How are these changes tested?

@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.55%. Comparing base (f09f8af) to head (a490b4d).
Report is 57 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@andygrove
Copy link
Member Author

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

@andygrove andygrove changed the title chore: WIP prepare for upgrading to DataFusion 46 feat: Upgrade to DataFusion 46.0.0 Mar 3, 2025
@andygrove andygrove changed the title feat: Upgrade to DataFusion 46.0.0 feat: Upgrade to DataFusion 46.0.0-rc2 Mar 4, 2025
@andygrove andygrove marked this pull request as ready for review March 4, 2025 22:35
@andygrove
Copy link
Member Author

andygrove commented Mar 4, 2025

@kazuyukitanimura I'd like to go ahead and merge this now to give us a few days to test with DF 46 before the final release. WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to DataFusion 46
2 participants