Skip to content
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

ESQL: EVAL after STATS produces an empty column #126392

Open
kanoshiou opened this issue Apr 7, 2025 · 0 comments · May be fixed by #126397
Open

ESQL: EVAL after STATS produces an empty column #126392

kanoshiou opened this issue Apr 7, 2025 · 0 comments · May be fixed by #126397
Labels
needs:triage Requires assignment of a team area label

Comments

@kanoshiou
Copy link
Contributor

The query below:

row foo = 10 
| stats this = max(foo) 
| eval this = 2

produces the following result:

               |     this      
---------------+---------------
null           |2              

This result includes a null column with an empty name, which is not expected and should not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:triage Requires assignment of a team area label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants