gszadovszky commented on PR #193: URL: https://github.com/apache/parquet-format/pull/193#issuecomment-1473665965
@wgtmac is correct that `length` is left out only in case of `v2` `DL` and `RL`. Meanwhile I agree with @pitrou that the note is better to be mentioned at the grammar spec: ``` // length is not written for definition/repetition levels in v2 data pages since it is duplicated in the `DataPageHeaderV2` length := length of the <encoded-data> in bytes stored as 4 bytes little endian (unsigned int32) ``` -- 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]
