Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jun 6, 2022
1 parent c1a91fc commit b3bca7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public void test1() throws IOException {
String query = "SOURCE=" + TEST_INDEX_BEER
+ " | WHERE simple_query_string([\\\"Tags\\\" ^ 1.5, Title, `Body` 4.2], 'taste')";
var result = executeQuery(query);
//verifyDataRows(result, rows(32));

assertNotEquals(0, result.getInt("total"));
}

Expand Down
2 changes: 0 additions & 2 deletions ppl/src/main/antlr/OpenSearchPPLLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ BACKTICK: '`';
// Operators. Bit

BIT_NOT_OP: '~';
//BIT_OR_OP: '|';
BIT_AND_OP: '&';
BIT_XOR_OP: '^';

Expand Down Expand Up @@ -302,7 +301,6 @@ QUOTE_FIELD_SUFFIX: 'QUOTE_FIELD_SUFFIX';
REWRITE: 'REWRITE';
SLOP: 'SLOP';
TIE_BREAKER: 'TIE_BREAKER';
//TIME_ZONE: 'TIME_ZONE'; // already defined on line 63
TYPE: 'TYPE';
ZERO_TERMS_QUERY: 'ZERO_TERMS_QUERY';

Expand Down

0 comments on commit b3bca7c

Please sign in to comment.