Skip to content

Commit 50e72fa

Browse files
committed
Fixed outdated test
1 parent d736f38 commit 50e72fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/HashAggregationOperatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public void testTopNNullsIntermediateDiscards() {
277277
var maxAggregatorChannels = mode.isInputPartial() ? List.of(3, 4) : List.of(1);
278278

279279
return new HashAggregationOperator.HashAggregationOperatorFactory(
280-
List.of(new BlockHash.GroupSpec(groupChannel, ElementType.LONG, false, new BlockHash.TopNDef(0, ascOrder, false, 3))),
280+
List.of(new BlockHash.GroupSpec(groupChannel, ElementType.LONG, null, new BlockHash.TopNDef(0, ascOrder, false, 3))),
281281
mode,
282282
List.of(
283283
new SumLongAggregatorFunctionSupplier().groupingAggregatorFactory(mode, sumAggregatorChannels),

0 commit comments

Comments
 (0)