incubator-gluten icon indicating copy to clipboard operation
incubator-gluten copied to clipboard

GlobalOffHeapMemory uses storage memory instead of execution memory

Open JunhyungSong opened this issue 1 month ago • 0 comments

Backend

VL (Velox)

Bug description

GlobalOffHeapMemory uses storage memory instead of execution memory. Since it is used by plan validation and UnsafeColumnarBuildSideRelation, shouldn't it use execution memory? Is it intentional or a bug?

Gluten version

No response

Spark version

None

Spark configurations

No response

System information

No response

Relevant logs


JunhyungSong avatar Nov 20 '25 18:11 JunhyungSong