SQL query with window function PARTITION BY
caused panic in 'tokio-runtime-worker' (SQLancer)
#12057
Labels
bug
Something isn't working
Describe the bug
The below query caused a panic.
This bug is triggered quite often in the fuzzer after window function is added, I think this bug is related to repartition execution in window functions (which is common execution logic, not function specific), see stack trace below.
To Reproduce
Run datafusion-cli under latest main (commit 574dfeb)
Expected behavior
No response
Additional context
Found by SQLancer #11030
The text was updated successfully, but these errors were encountered: