Describe the bug
MemExceed in SortNode when enable spilling and use multi spill operator, when we use PartitionAggregateNode or PartitionHash join node also need to spill to disk.
To Reproduce
- Enable spilling first
- Exec
select a, sum(b) group by a order by a
; - Make Sure PartitionAggregateNode and SortNode both need BufferBlockMgr to spill to disk
- See error
Expected behavior
Do not show MemExceed.
暂无答案!
目前还没有任何答案,快来回答吧!