Skip to content

Commit 9f1684f

Browse files
committed
Fix rebase error in parse
Add back missing semi-colon Signed-off-by: James Duong <[email protected]>
1 parent 8da8255 commit 9f1684f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ppl/src/main/antlr/OpenSearchPPLParser.g4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ fillNullWithFieldVariousValues
144144

145145
nullReplacementExpression
146146
: nullableField = fieldExpression EQUAL nullReplacement = valueExpression
147+
;
147148

148149
trendlineCommand
149150
: TRENDLINE (SORT sortField)? trendlineClause (trendlineClause)*

0 commit comments

Comments
 (0)