Skip to content

[Format] RLE encoding spec incorrect for v2 data pages #405

@asfimport

Description

@asfimport

The spec (https://github.com/apache/parquet-format/blob/master/Encodings.md#run-length-encoding--bit-packing-hybrid-rle--3) has this:

rle-bit-packed-hybrid: <length> <encoded-data>
length := length of the <encoded-data> in bytes stored as 4 bytes little endian (unsigned int32)

But the length is actually prepended only in v1 data pages, not in v2 data pages.

Reporter: Antoine Pitrou / @pitrou
Assignee: Xuwei Fu / @mapleFU

Note: This issue was originally created as PARQUET-2222. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions