Skip to content

Commit d2c7088

Browse files
committed
dedup ut
Signed-off-by: Lantao Jin <ltjin@amazon.com>
1 parent 9249de3 commit d2c7088

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

integ-test/src/test/java/org/opensearch/sql/ppl/LikeQueryIT.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,8 @@ public void test_convert_field_text_to_keyword() throws IOException {
106106
assertTrue(result.contains("TextKeywordBody.keyword"));
107107
}
108108

109-
@Test
110-
public void test_like_should_be_case_sensitive() throws IOException {
111-
String query =
112-
"source="
113-
+ TEST_INDEX_WILDCARD
114-
+ " | WHERE Like(KeywordBody, 'test Wildcard%', true) | fields KeywordBody";
115-
JSONObject result = executeQuery(query);
116-
verifyNumOfRows(result, 0);
117-
}
118-
119109
@Test
120110
public void test_like_with_case_sensitive() throws IOException {
121-
// only work in v3
122111
String query =
123112
"source="
124113
+ TEST_INDEX_WILDCARD

0 commit comments

Comments
 (0)