-
Notifications
You must be signed in to change notification settings - Fork 417
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: api changes for Datafusion 44 #3073
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: R. Tyler Croy <[email protected]>
Signed-off-by: R. Tyler Croy <[email protected]>
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. |
I made a PR here to pin to a pre-release version of DataFusion for testing: There are a bunch of deprecation warnings which I will work on but I am out of time today. Hopefully tomorrow Thanks again @rtyler |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3073 +/- ##
=======================================
Coverage 72.29% 72.29%
=======================================
Files 128 128
Lines 41165 41164 -1
Branches 41165 41164 -1
=======================================
Hits 29761 29761
+ Misses 9492 9488 -4
- Partials 1912 1915 +3 ☔ View full report in Codecov by Sentry. |
This is currently a work in progress to help pre-test Datafusion 44 before it's released