Skip to content

Commit 814abc7

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0ee7d9e commit 814abc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmarks/src/main/java/org/elasticsearch/benchmark/compute/operator/ValuesAggregatorBenchmark.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static void selfTest() {
114114
@Param({ BYTES_REF, INT, LONG })
115115
public String dataType;
116116

117-
@Param({ "0", "1"})
117+
@Param({ "0", "1" })
118118
public int numOrdinalMerges;
119119

120120
private static Operator operator(DriverContext driverContext, int groups, String dataType, int numOrdinalMerges) {
@@ -135,6 +135,7 @@ public Page getOutput() {
135135
mergeOrdinal();
136136
return super.getOutput();
137137
}
138+
138139
// simulate OrdinalsGroupingOperator
139140
void mergeOrdinal() {
140141
var merged = supplier(dataType).groupingAggregatorFactory(AggregatorMode.SINGLE, List.of(1)).apply(driverContext);

0 commit comments

Comments
 (0)