Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
None
-
None
-
None
Description
In shuffle stage of some applications, FixedWitdhVectors may have very little non-null data.
In this case, directly serialize vectors is not a good choice, generally we can compact the vector make it only holding non-null value and create a BitVector to trace the indices for non-null values so that it could be deserialized properly.
Attachments
Issue Links
- relates to
-
ARROW-300 [Format] Add body buffer compression option to IPC message protocol using LZ4 or ZSTD
- Resolved
- links to