Skip to content

Commit d0ff62f

Browse files
Add printable description for push down Automata
1 parent 095e63d commit d0ff62f

File tree

1 file changed

+0
-1
lines changed
  • x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/PushQueriesIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ private void testPushQuery(
324324
matchesList().item(matchesMap().entry("name", "test").entry("type", anyOf(equalTo("text"), equalTo("keyword")))),
325325
equalTo(found ? List.of(List.of(value)) : List.of())
326326
);
327-
328327
Matcher<String> luceneQueryMatcher = anyOf(
329328
() -> Iterators.map(
330329
luceneQueryOptions.iterator(),

0 commit comments

Comments
 (0)