Skip to content

Commit a1e799a

Browse files
committed
Spotless
1 parent fe147f3 commit a1e799a

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
import org.elasticsearch.test.junit.annotations.TestLogging;
1515
import org.elasticsearch.xpack.esql.VerificationException;
1616
import org.elasticsearch.xpack.esql.action.AbstractEsqlIntegTestCase;
17-
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
18-
import org.elasticsearch.xpack.esql.action.EsqlQueryRequest;
19-
import org.elasticsearch.xpack.esql.action.EsqlQueryResponse;
2017
import org.junit.Before;
2118

2219
import java.util.List;

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ protected static List<Set<DataType>> supportedParams() {
6666
return supportedPerPosition;
6767
}
6868

69-
protected static void addPositiveTestCase(
70-
List<DataType> paramDataTypes,
71-
List<TestCaseSupplier> suppliers
72-
) {
69+
protected static void addPositiveTestCase(List<DataType> paramDataTypes, List<TestCaseSupplier> suppliers) {
7370

7471
// Positive case - creates an ES field from the field parameter type
7572
suppliers.add(

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.elasticsearch.xpack.core.enrich.EnrichPolicy;
2626
import org.elasticsearch.xpack.esql.EsqlTestUtils;
2727
import org.elasticsearch.xpack.esql.EsqlTestUtils.TestSearchStats;
28-
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
2928
import org.elasticsearch.xpack.esql.analysis.Analyzer;
3029
import org.elasticsearch.xpack.esql.analysis.AnalyzerContext;
3130
import org.elasticsearch.xpack.esql.analysis.EnrichResolution;

0 commit comments

Comments
 (0)