Closed
Description
Describe the bug
MemoryConsumer
for GroupedHashAggregateStream
should be with_can_spill=true
change from:
to:
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