-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
SQL query with window function PARTITION BY
caused panic in 'tokio-runtime-worker' (SQLancer)
#12057
Comments
take |
Hi @2010YOUY01 , I am stucking with this bug several days without any progression, do you have any recommendation to debug the query execution issue? Now, I am able to reproduce the issue and after turn on
|
@thinh2 I think you're correct, my expression was ambiguous, the bug is likely related to |
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: