From d2bf0123a239136de9fb043bc2abb056480f1536 Mon Sep 17 00:00:00 2001 From: Hendrik Saly Date: Mon, 14 Oct 2024 12:09:02 +0200 Subject: [PATCH] Fix antlr Signed-off-by: Hendrik Saly --- ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4 b/ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4 index 24bcfe313..efc106755 100644 --- a/ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4 +++ b/ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4 @@ -398,7 +398,7 @@ booleanExpression | isEmptyExpression # isEmptyExpr | valueExpressionList NOT? IN LT_SQR_PRTHS subSearch RT_SQR_PRTHS # inSubqueryExpr | EXISTS LT_SQR_PRTHS subSearch RT_SQR_PRTHS # existsSubqueryExpr - | cidrFunctionCall + | cidrFunctionCall # cidrFunctionCallExpr ; isEmptyExpression