Skip to content

Commit 213634e

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e5de4bf commit 213634e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/physical/EsQueryExec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import org.elasticsearch.xpack.esql.core.expression.Attribute;
2222
import org.elasticsearch.xpack.esql.core.expression.Expression;
2323
import org.elasticsearch.xpack.esql.core.expression.FieldAttribute;
24-
import org.elasticsearch.xpack.esql.core.expression.MetadataAttribute;
2524
import org.elasticsearch.xpack.esql.core.tree.NodeInfo;
2625
import org.elasticsearch.xpack.esql.core.tree.NodeUtils;
2726
import org.elasticsearch.xpack.esql.core.tree.Source;

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/EsPhysicalOperationProviders.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
import static org.elasticsearch.common.lucene.search.Queries.newNonNestedFilter;
7575
import static org.elasticsearch.compute.lucene.LuceneSourceOperator.NO_LIMIT;
7676
import static org.elasticsearch.index.mapper.MappedFieldType.FieldExtractPreference.NONE;
77-
import static org.elasticsearch.xpack.esql.planner.mapper.MapperUtils.hasScoreAttribute;
7877

7978
public class EsPhysicalOperationProviders extends AbstractPhysicalOperationProviders {
8079
/**

0 commit comments

Comments
 (0)