Skip to content

Commit bc92147

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 05e487e commit bc92147

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneMaxFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
import java.util.List;
2424
import java.util.function.Function;
2525

26-
import static org.elasticsearch.compute.lucene.LuceneOperator.weightFunction;
27-
2826
/**
2927
* Factory that generates an operator that finds the max value of a field using the {@link LuceneMinMaxOperator}.
3028
*/

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneMinFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
import java.util.List;
2424
import java.util.function.Function;
2525

26-
import static org.elasticsearch.compute.lucene.LuceneOperator.weightFunction;
27-
2826
/**
2927
* Factory that generates an operator that finds the min value of a field using the {@link LuceneMinMaxOperator}.
3028
*/

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/TimeSeriesSortedSourceOperatorFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
import java.util.List;
3434
import java.util.function.Function;
3535

36-
import static org.elasticsearch.compute.lucene.LuceneOperator.weightFunction;
37-
3836
/**
3937
* Creates a source operator that takes advantage of the natural sorting of segments in a tsdb index.
4038
* <p>

0 commit comments

Comments
 (0)