Skip to content

Commit 3e41bce

Browse files
committed
Fix outdated test
1 parent 7132241 commit 3e41bce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/TestPhysicalOperationProviders.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ public Operator get(DriverContext driverContext) {
442442
List.of(new BlockHash.GroupSpec(groupByChannel, groupElementType)),
443443
driverContext.blockFactory(),
444444
pageSize,
445-
false
445+
false,
446+
100
446447
),
447448
attribute,
448449
driverContext

0 commit comments

Comments
 (0)