Skip to content

Commit

Permalink
Disable unsupported PPL function expressions
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <[email protected]>
  • Loading branch information
ykmr1224 committed Jul 25, 2024
1 parent 538dd54 commit c07fa54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ logicalExpression
| left = logicalExpression OR right = logicalExpression # logicalOr
| left = logicalExpression (AND)? right = logicalExpression # logicalAnd
| left = logicalExpression XOR right = logicalExpression # logicalXor
| booleanExpression # booleanExpr
| relevanceExpression # relevanceExpr
;

comparisonExpression
Expand Down

0 comments on commit c07fa54

Please sign in to comment.