[ignore] test DataFusion PR: Fix constant window for evaluate stateful#1913
[ignore] test DataFusion PR: Fix constant window for evaluate stateful#1913andygrove wants to merge 2 commits intoapache:mainfrom
Conversation
|
@andygrove If you have time, could you try the branch at https://github.com/suibianwanwank/datafusion/tree/48_fix? This branch is based on DF48 and includes the revert commit along with its fixes. Thanks! |
@suibianwanwank I updated the rev in this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1913 +/- ##
============================================
+ Coverage 56.12% 58.78% +2.66%
- Complexity 976 1141 +165
============================================
Files 119 130 +11
Lines 11743 12831 +1088
Branches 2251 2414 +163
============================================
+ Hits 6591 7543 +952
- Misses 4012 4065 +53
- Partials 1140 1223 +83 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Which issue does this PR close?
N/A
Rationale for this change
We would like to see if apache/datafusion#16430 fixes issues that we encountered during the DataFusion 48 upgrade.
What changes are included in this PR?
Pin to specific DataFusion rev
How are these changes tested?