You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/PushQueriesIT.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ public void testCaseInsensitiveEquality() throws IOException {
240
240
}
241
241
242
242
publicvoidtestLike() throwsIOException {
243
-
Stringvalue = "v".repeat(between(0, 256));
243
+
Stringvalue = "v".repeat(between(1, 256));
244
244
StringesqlQuery = """
245
245
FROM test
246
246
| WHERE test like "%value*"
@@ -258,7 +258,7 @@ public void testLike() throws IOException {
0 commit comments