wgtmac commented on PR #74:
URL: https://github.com/apache/parquet-testing/pull/74#issuecomment-2785041038

   > The file in #71 has a zero-sized datapage (`uncompressed_page_size=0`), 
that is compressed into 9 ZSTD bytes (`compressed_page_size=9`), whereas the 
file in this pull request has 0 Snappy bytes.
   > 
   > The former does not trigger the bug in 
[apache/arrow-rs#7389](https://github.com/apache/arrow-rs/pull/7389).
   
   Then it seems to me that ZSTD has a 9-byte overhead for empty input and we 
should delete `page_v2_empty_compressed.parquet` in favor of 
`datapage_v2_empty_datapage.snappy.parquet` if there is no test case depending 
on it.


-- 
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]

Reply via email to