milenkovicm commented on code in PR #8002:
URL: https://github.com/apache/arrow-datafusion/pull/8002#discussion_r1377724216
##########
datafusion/physical-plan/src/aggregates/row_hash.rs:
##########
@@ -328,7 +328,9 @@ impl GroupedHashAggregateStream {
.collect();
let name = format!("GroupedHashAggregateStream[{partition}]");
- let reservation =
MemoryConsumer::new(name).register(context.memory_pool());
+ let reservation = MemoryConsumer::new(name)
Review Comment:
Can we create TestMemoryPool which will panic if unspillable operator is
registered ?
--
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]