tustvold commented on code in PR #7376:
URL: https://github.com/apache/arrow-datafusion/pull/7376#discussion_r1301980593
##########
datafusion/core/tests/memory_limit.rs:
##########
@@ -68,12 +68,12 @@ async fn oom_sort() {
#[tokio::test]
async fn group_by_none() {
TestCase::new()
- .with_query("select median(image) from t")
+ .with_query("select median(request_bytes) from t")
.with_expected_errors(vec![
"Resources exhausted: Failed to allocate additional",
"AggregateStream",
])
- .with_memory_limit(20_000)
+ .with_memory_limit(2_000)
Review Comment:
We need to lower this memory limit, as it is significantly more
space-efficient now
--
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]