Skip to content

ESQL: EVAL after STATS produces an empty column #126392

@kanoshiou

Description

@kanoshiou

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Analytics/ES|QLAKA ESQLTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions