milenkovicm opened a new issue, #8001:
URL: https://github.com/apache/arrow-datafusion/issues/8001

   ### Describe the bug
   
   `MemoryConsumer` for `GroupedHashAggregateStream` should be 
`with_can_spill=true` 
   
   change from:
   
   
https://github.com/apache/arrow-datafusion/blob/a9d66e2b492843c2fb335a7dfe27fed073629b09/datafusion/physical-plan/src/aggregates/row_hash.rs#L331
   
   to: 
   
   ```rust
   let reservation = 
MemoryConsumer::new(name).with_can_spill(true).register(context.memory_pool());
   ```
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   Relates to #7858


-- 
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]

Reply via email to