Skip to content

Commit 598d5bc

Browse files
committed
Remove AUTO from Lexer
1 parent e352865 commit 598d5bc

File tree

7 files changed

+1523
-1547
lines changed

7 files changed

+1523
-1547
lines changed

x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.g4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ BY : 'by';
174174
AND : 'and';
175175
ASC : 'asc';
176176
ASSIGN : '=';
177-
AUTO : {this.isDevVersion()}? 'auto';
178177
CAST_OP : '::';
179178
COMMA : ',';
180179
DESC : 'desc';

x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.tokens

Lines changed: 125 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)