andygrove commented on code in PR #10765: URL: https://github.com/apache/datafusion/pull/10765#discussion_r1630024857
########## datafusion/physical-plan/src/aggregates/mod.rs: ########## @@ -1545,8 +1545,13 @@ mod tests { input_schema, )?); - let result = - common::collect(merged_aggregate.execute(0, task_ctx.clone())?).await?; + // enlarge memory limit in spill mode + let task_ctx = if spill { + new_spill_ctx(2, 2600) Review Comment: Should this be configurable? Also could you add a comment explaining what is happening here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org