Skip to content

Commit

Permalink
Fix parser error
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Aug 26, 2024
1 parent 045a6ed commit fea9824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public Expression visitMatchBooleanExpression(EsqlBaseParser.MatchBooleanExpress
}
return new MatchQueryPredicate(
source(ctx),
visitQualifiedName(ctx.qualifiedName()),
expression(ctx.valueExpression()),
visitString(ctx.queryString).fold().toString(),
null
);
Expand Down

0 comments on commit fea9824

Please sign in to comment.