wiedld commented on code in PR #11949:
URL: https://github.com/apache/datafusion/pull/11949#discussion_r1716115035
##########
datafusion/core/tests/memory_limit/mod.rs:
##########
@@ -76,8 +76,7 @@ async fn group_by_none() {
TestCase::new()
.with_query("select median(request_bytes) from t")
.with_expected_errors(vec![
- "Resources exhausted: Failed to allocate additional",
- "AggregateStream",
+ "Resources exhausted: Resources exhausted with top memory
consumers (across reservations) are: AggregateStream"
Review Comment:
😆 Good point. Message updated.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]