Skip to content

Commit 7cedeaf

Browse files
committed
tests: increase allocation limit for row hash aggregation test
1 parent e64f889 commit 7cedeaf

File tree

1 file changed

+1
-1
lines changed
  • datafusion/physical-plan/src/aggregates

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/aggregates/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ mod tests {
19701970
use_coalesce_batches,
19711971
is_first_acc,
19721972
spill,
1973-
4200,
1973+
4250,
19741974
)
19751975
.await?
19761976
}

0 commit comments

Comments
 (0)