pitrou commented on PR #193:
URL: https://github.com/apache/parquet-format/pull/193#issuecomment-1445971725

   How about also stating it directly in the grammar:
   ```
   // v1 data pages prepend the encoded length...
   rle-bit-packed-hybrid-v1: <length> <encoded-data>
   length := length of the <encoded-data> in bytes stored as 4 bytes little 
endian (unsigned int32)
   // ... while v2 data pages don't
   rle-bit-packed-hybrid-v2: <encoded-data>
   encoded-data := <run>*
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to