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.