Description
Gluten only use off-heap memory for now, and I see some PR want extend spill with spill to heap. However, we could use mixed memory which means use off-heap first then use on-heap when off-heap will OOM to utilize memory as much as possible.
Description
Gluten only use off-heap memory for now, and I see some PR want extend spill with spill to heap. However, we could use mixed memory which means use off-heap first then use on-heap when off-heap will OOM to utilize memory as much as possible.