Skip to content

ESQL: columns lost with simple INLINESTATS query. EsqlSession.fieldNames test coverage needed #127236

@astefan

Description

@astefan

Description

FROM employees | INLINESTATS max_salary = MAX(salary) by languages

results in (only columns provided below)

languages.byte |languages.long |languages.short|    salary     |  max_salary   |   languages   

which is missing quite a big bunch of the initial columns. This shows a big lack of support (and testing coverage) in EsqlSession.fieldNames method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions