kazuyukitanimura commented on code in PR #8758:
URL: https://github.com/apache/arrow-datafusion/pull/8758#discussion_r1445224002
##########
datafusion/physical-plan/src/aggregates/mod.rs:
##########
@@ -1746,6 +1746,7 @@ mod tests {
}
#[tokio::test]
+ #[ignore]
Review Comment:
We can update the `max_memory` of `new_spill_ctx(2, 1500)` in
`check_aggregates` as long as we understand why we need more memory.
Looks like the last change was actually reduced from `2500` to `1500` in
#7587
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]