Skip to content

Commit 476054d

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6c6eea3 commit 476054d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchPhraseFunctionIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
import org.elasticsearch.common.settings.Settings;
1414
import org.elasticsearch.xpack.esql.VerificationException;
1515
import org.elasticsearch.xpack.esql.action.AbstractEsqlIntegTestCase;
16-
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
17-
import org.elasticsearch.xpack.esql.action.EsqlQueryRequest;
18-
import org.elasticsearch.xpack.esql.action.EsqlQueryResponse;
1916
import org.hamcrest.Matchers;
2017
import org.junit.Before;
2118

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchPhraseTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
1212

1313
import org.elasticsearch.index.query.QueryBuilder;
14-
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
1514
import org.elasticsearch.xpack.esql.core.expression.Expression;
1615
import org.elasticsearch.xpack.esql.core.expression.FieldAttribute;
1716
import org.elasticsearch.xpack.esql.core.expression.Literal;
@@ -23,7 +22,6 @@
2322
import org.elasticsearch.xpack.esql.expression.function.TestCaseSupplier;
2423
import org.elasticsearch.xpack.esql.io.stream.PlanStreamOutput;
2524
import org.elasticsearch.xpack.esql.optimizer.rules.physical.local.LucenePushdownPredicates;
26-
import org.junit.Before;
2725

2826
import java.util.ArrayList;
2927
import java.util.List;

0 commit comments

Comments
 (0)