Description
Introduce a new column vector named `ConstantColumnVector`, it represents a column vector where every row has the same constant value.
It could help improve performance on hidden file metadata columnar file format, since metadata fields for every row in each file are exactly the same, we don't need to copy and keep multiple copies of data.
Attachments
Issue Links
- fixes
-
SPARK-37770 Performance improvements for ColumnVector `putByteArray`
-
- Resolved
-
- links to