Skip to content

Commit 3f29f22

Browse files
[CI] Auto commit changes from spotless
1 parent a517b00 commit 3f29f22

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/Count.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
import org.elasticsearch.xpack.esql.expression.function.FunctionType;
2626
import org.elasticsearch.xpack.esql.expression.function.Param;
2727
import org.elasticsearch.xpack.esql.expression.function.scalar.convert.FromAggregateMetricDouble;
28-
import org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToLong;
2928
import org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvCount;
3029
import org.elasticsearch.xpack.esql.expression.function.scalar.nulls.Coalesce;
31-
import org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Div;
3230
import org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Mul;
3331
import org.elasticsearch.xpack.esql.planner.ToAggregator;
3432

0 commit comments

Comments
 (0)