Skip to content

Commit 577e15d

Browse files
committed
re-add missing lexer entry for selector syntax
1 parent 7d582ba commit 577e15d

File tree

3 files changed

+1115
-1100
lines changed

3 files changed

+1115
-1100
lines changed

x-pack/plugin/esql/src/main/antlr/lexer/From.g4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ FROM_PIPE : PIPE -> type(PIPE), popMode;
1717
FROM_OPENING_BRACKET : OPENING_BRACKET -> type(OPENING_BRACKET);
1818
FROM_CLOSING_BRACKET : CLOSING_BRACKET -> type(CLOSING_BRACKET);
1919
FROM_COLON : COLON -> type(COLON);
20+
FROM_SELECTOR : {this.isDevVersion()}? CAST_OP -> type(CAST_OP);
2021
FROM_COMMA : COMMA -> type(COMMA);
2122
FROM_ASSIGN : ASSIGN -> type(ASSIGN);
2223
METADATA : 'metadata';

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.interp

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)