You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SQL] select lag(a) over () as x1
from
(select 2 id, 'b' a union all select 1 id, null a union all select 3 id, null);
[Diff] (-expected|+actual)
NULL
Error: Execution("1 failures")
NULL
- b
+ NULL
at test_files/window.slt:4302
Describe the solution you'd like
Not sure what is the root cause yet. We expect not to meet this failure again.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Thanks @jayzhan211 for this issue. This problem is fixed with the PR9559. I wasn't aware of this issue. Hence didn't mention this issue in the PR. If you agree that this problem no longer happens, we can close this issue.
Thanks @jayzhan211 for this issue. This problem is fixed with the PR9559. I wasn't aware of this issue. Hence didn't mention this issue in the PR. If you agree that this problem no longer happens, we can close this issue.
Is your feature request related to a problem or challenge?
This query failed sometimes.
https://github.com/apache/arrow-datafusion/actions/runs/8222295671/job/22483743010
https://github.com/apache/arrow-datafusion/actions/runs/8221664632/job/22482282908?pr=9524
It is not always reproducible.
Describe the solution you'd like
Not sure what is the root cause yet. We expect not to meet this failure again.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: