asfimport commented on issue #405: URL: https://github.com/apache/parquet-format/issues/405#issuecomment-2184154117
[Gang Wu](https://issues.apache.org/jira/browse/PARQUET-2222?#comment-17693881) / @wgtmac: I think the reason is that **DataPageHeaderV2** has two fields to store them. > struct DataPageHeaderV2 { > // repetition levels and definition levels are always using RLE (without size in it) > > /\*\* length of the definition levels \*/ > 5: required i32 definition_levels_byte_length; > /\*\* length of the repetition levels \*/ > 6: required i32 repetition_levels_byte_length; -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
