Skip to content

Commit edf1d4b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 03966b0 commit edf1d4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/PhysicalVerifier.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@
1313
import org.elasticsearch.xpack.esql.core.expression.Expressions;
1414
import org.elasticsearch.xpack.esql.optimizer.rules.PlanConsistencyChecker;
1515
import org.elasticsearch.xpack.esql.plan.logical.Enrich;
16-
import org.elasticsearch.xpack.esql.plan.logical.join.Join;
1716
import org.elasticsearch.xpack.esql.plan.physical.EnrichExec;
1817
import org.elasticsearch.xpack.esql.plan.physical.FieldExtractExec;
19-
import org.elasticsearch.xpack.esql.plan.physical.FragmentExec;
20-
import org.elasticsearch.xpack.esql.plan.physical.LookupJoinExec;
2118
import org.elasticsearch.xpack.esql.plan.physical.PhysicalPlan;
2219

2320
import static org.elasticsearch.xpack.esql.common.Failure.fail;

0 commit comments

Comments
 (0)