Uh oh!
There was an error while loading. Please reload this page.
[branch-50] Backport Prevent exponential planning time for Window functions - v2 #17684 - #17778
Conversation
…7684) * fix * Update mod.rs * Update mod.rs * Update mod.rs * tests copied from v1 pr * test case from review comment apache#17684 (comment) * one more test case * Update mod.rs * Update datafusion/physical-plan/src/windows/mod.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * Update datafusion/physical-plan/src/windows/mod.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * Update mod.rs * Update mod.rs --------- Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
alamb
commented
Sep 26, 2025
CI Failure is due to out of disk space, which @2010YOUY01 fixed on main. I have retriggered things |
alamb
commented
Sep 26, 2025
@2010YOUY01 or @Jefffrey -- do either if you two remember what PR fixed the "out of space on device" problems on CI? I spent a few minutes trying to find it and I couldn't despite my best github archeology skills. This PR (backporting to branch-50) is hitting it https://github.com/apache/datafusion/actions/runs/18017424338/job/51322145417?pr=17778
|
Jefffrey
commented
Sep 26, 2025
alamb
commented
Sep 26, 2025
alamb
commented
Sep 26, 2025
Merged up to get #17795 and hopefully it will pass CI this time |
Uh oh!
There was an error while loading. Please reload this page.
Which issue does this PR close?
50.1.0(minor) #17594Rationale for this change
The fix for #17594 was requested for inclusion in DataFusion 50.1.0.
What changes are included in this PR?
branch-50branchAre these changes tested?
Yes new tests
Are there any user-facing changes?
No