-
Notifications
You must be signed in to change notification settings - Fork 25.2k
ES|QL "ROW a=null | SORT a" crashes with AssertionError #121535
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
Labels
Comments
Pinging @elastic/es-analytical-engine (Team:Analytics) |
dnhatn
pushed a commit
to dnhatn/elasticsearch
that referenced
this issue
Mar 4, 2025
dnhatn
pushed a commit
to dnhatn/elasticsearch
that referenced
this issue
Mar 4, 2025
Closes elastic#121535 (cherry picked from commit 4d2cb53)
elasticsearchmachine
pushed a commit
that referenced
this issue
Mar 4, 2025
Closes #121535 Co-authored-by: kanoshiou <[email protected]>
georgewallace
pushed a commit
to georgewallace/elasticsearch
that referenced
this issue
Mar 11, 2025
ivancea
pushed a commit
to ivancea/elasticsearch
that referenced
this issue
Apr 11, 2025
elasticsearchmachine
pushed a commit
that referenced
this issue
Apr 11, 2025
…123959) * ESQL: Ensure non-zero row size in `EstimatesRowSize` (#122762) Closes #121535 (cherry picked from commit 4d2cb53) * Removed getFirst() usages --------- Co-authored-by: kanoshiou <[email protected]> Co-authored-by: Costin Leau <[email protected]> Co-authored-by: Iván Cea Fontenla <[email protected]> Co-authored-by: Iván Cea Fontenla <[email protected]>
elasticsearchmachine
pushed a commit
that referenced
this issue
Apr 11, 2025
…#123957) * ESQL: Ensure non-zero row size in `EstimatesRowSize` (#122762) Closes #121535 * Removed getFirest() usages --------- Co-authored-by: kanoshiou <[email protected]> Co-authored-by: Costin Leau <[email protected]> Co-authored-by: Iván Cea Fontenla <[email protected]> Co-authored-by: Iván Cea Fontenla <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Elasticsearch Version
9.0.0
Installed Plugins
No response
Java Version
n/a
OS Version
n/a
Problem Description
Executing the ES|QL command
crashes on main with the following assertion error:
Note: this doesn't occur in production, because assertions are disabled.
Steps to Reproduce
spin up ES, Kibana, go to discover, ES|QL mode, enter "ROW a=null | SORT a"
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: