Skip to content

Commit f63f390

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 98140a3 commit f63f390

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/LogicalPlanOptimizerTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,6 @@ public void testPushdownLimitsPastLeftJoin() {
10481048
? new Limit(limit.source(), limit.limit(), join, false)
10491049
: new Limit(limit.source(), limit.limit(), join.replaceChildren(limit.replaceChild(join.left()), join.right()), true);
10501050

1051-
10521051
assertEquals(expectedPlan, optimizedPlan);
10531052

10541053
var optimizedTwice = rule.apply(optimizedPlan, logicalOptimizerCtx);

0 commit comments

Comments
 (0)