Skip to content

ESQL: MV_EXPAND doesn't get pushed down past Project #136292

@alex-spies

Description

@alex-spies

Splitting this out from #136232.

from test | KEEP * | MV_EXPAND count_d | where count_d > 20

The KEEP * causes a ton of field extractions, fetching irrelevant fields and/or fetching them too early.

This is easy to fix, though, let's do it!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions