Skip to content

ESQL: Revisit usage of dot/break-up in field name parsing #129795

Open
@costin

Description

@costin

Description

The grammar currently breaks down the field name in units based on . demarcation, which can lead to clashes with the grammar keywords: where this.not.by == true picks up not and by.

To avoid this, we could either move the . separation from the grammar to the our custom parser to perform it outside ANTLR or stop using . as a separator

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