Skip to content

Commit b2e796c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 20245b6 commit b2e796c

File tree

1 file changed

+0
-3
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+0
-3
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/FullTextFunction.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@
5454

5555
import static org.elasticsearch.xpack.esql.common.Failure.fail;
5656
import static org.elasticsearch.xpack.esql.core.expression.TypeResolutions.ParamOrdinal.DEFAULT;
57-
import static org.elasticsearch.xpack.esql.core.expression.TypeResolutions.ParamOrdinal.SECOND;
5857
import static org.elasticsearch.xpack.esql.core.expression.TypeResolutions.isNotNull;
5958
import static org.elasticsearch.xpack.esql.core.expression.TypeResolutions.isString;
60-
import static org.elasticsearch.xpack.esql.core.expression.TypeResolutions.isType;
61-
import static org.elasticsearch.xpack.esql.core.type.DataType.DENSE_VECTOR;
6259
import static org.elasticsearch.xpack.esql.expression.function.FunctionUtils.postOptimizationVerificationQuery;
6360
import static org.elasticsearch.xpack.esql.expression.function.FunctionUtils.resolveTypeQuery;
6461

0 commit comments

Comments
 (0)