Skip to content

Commit b5c4a03

Browse files
committed
fix g4
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent 1b99ce5 commit b5c4a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ppl/src/main/antlr/OpenSearchPPLParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ functionArgs
559559
;
560560

561561
functionArg
562-
: (ident EQUAL)? (comparisonExpression | valueExpression)
562+
: (ident EQUAL)? (valueExpression | comparisonExpression)
563563
;
564564

565565

0 commit comments

Comments
 (0)