Skip to content

Commit

Permalink
Fix rebase error in parse
Browse files Browse the repository at this point in the history
Add back missing semi-colon

Signed-off-by: James Duong <[email protected]>
  • Loading branch information
jduo committed Dec 10, 2024
1 parent 8da8255 commit 9f1684f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppl/src/main/antlr/OpenSearchPPLParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ fillNullWithFieldVariousValues

nullReplacementExpression
: nullableField = fieldExpression EQUAL nullReplacement = valueExpression
;

trendlineCommand
: TRENDLINE (SORT sortField)? trendlineClause (trendlineClause)*
Expand Down

0 comments on commit 9f1684f

Please sign in to comment.