Skip to content

Commit b29ac73

Browse files
feat: Update ES|QL grammars
1 parent 15a4264 commit b29ac73

3 files changed

Lines changed: 766 additions & 779 deletions

File tree

src/parser/antlr/esql_parser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ limitCommand
228228
;
229229

230230
limitByGroupKey:
231-
{this.isDevVersion()}? BY booleanExpression (COMMA booleanExpression)*
231+
BY booleanExpression (COMMA booleanExpression)*
232232
;
233233

234234
sortCommand

0 commit comments

Comments
 (0)