wgtmac opened a new pull request, #192:
URL: https://github.com/apache/parquet-format/pull/192

   Propose to explicitly state that no padding is allowed within a data page. 
This makes it easier  for BYTE_STREAM_SPLIT decoder to decode page with nulls. 
In this way, it can simply get the number of encoded values by 
`total_length_encoded_stream / K (4 for float and 8 for double)`. Otherwise, it 
has to decode def/rep levels to get exact number of non-null values.


-- 
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: dev-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to