Junhyung Song

Results 4 issues of Junhyung Song

## Description Currently queries that don't return outputs(e.g. DDL queries) can return columns with either null or empty list in ResultSets. This depends on when queries are finished and how...

cla-signed
stale

### Backend VL (Velox) ### Bug description Memory Isolation mode uses only execution memory while Spark can utilize storage memory when the storage memory is not used fully. In the...

bug
triage

### 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...

bug
triage

The description for the Gluten config "spark.gluten.memory.isolation" was incorrect. Update it to be correct.

CORE