Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the decoders all emit the data arrays in the form of the PLAIN encoding, i.e. only the non-null entries with no memory wastage for null entries. But for random access we need to gap the output so that entry i is located at memory address base + i * type_size.
Attachments
Issue Links
- supercedes
-
PARQUET-817 [C++] Perform Parquet reads and Arrow deserialization concurrently
- Resolved