Skip to content

Commit 98816dc

Browse files
elasticsearchmachineafoucret
authored andcommitted
[CI] Auto commit changes from spotless
1 parent 2161915 commit 98816dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/PushDownAndCombineFiltersTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ public void testSelectivelyPushDownFilterPastFunctionAgg() {
245245
assertEquals(expected, new PushDownAndCombineFilters().apply(fb));
246246
}
247247

248-
249248
// from ... | where a > 1 | COMPLETION "some prompt" WITH reranker AS completion | where b < 2 and match(completion, some text)
250249
// => ... | where a > 1 AND b < 2| COMPLETION "some prompt" WITH reranker AS completion | match(completion, some text)
251250
public void testPushDownFilterPastCompletion() {

0 commit comments

Comments
 (0)