Skip to content

Commit 23a440a

Browse files
committed
Bump up default hash map size
1 parent 628f936 commit 23a440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/GeneratedAggregate.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ case class GeneratedAggregate(
290290
aggregationBufferSchema,
291291
groupKeySchema,
292292
MemoryAllocator.UNSAFE,
293-
1024
293+
1024 * 16
294294
)
295295

296296
while (iter.hasNext) {

0 commit comments

Comments
 (0)