Skip to content

Commit

Permalink
Remove AUTO from Lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Oct 30, 2024
1 parent e352865 commit 598d5bc
Show file tree
Hide file tree
Showing 7 changed files with 1,523 additions and 1,547 deletions.
1 change: 0 additions & 1 deletion x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ BY : 'by';
AND : 'and';
ASC : 'asc';
ASSIGN : '=';
AUTO : {this.isDevVersion()}? 'auto';
CAST_OP : '::';
COMMA : ',';
DESC : 'desc';
Expand Down
251 changes: 125 additions & 126 deletions x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.tokens

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 598d5bc

Please sign in to comment.