alamb opened a new pull request, #86: URL: https://github.com/apache/parquet-testing/pull/86
- Follow on to https://github.com/apache/parquet-testing/pull/84 - Closes https://github.com/apache/parquet-testing/issues/81 While testing with the Rust implementation, I found that `primitive_null.value` was also empty, but [According to the spec, it should be a value_header of a single null byte](https://github.com/apache/parquet-format/blob/master/VariantEncoding.md#value-header) This PR changes `primitive_null.value` to be a single `0` byte. You can confirm it is so with the following command ```shell $ xxd primitive_null.value 00000000: 00 ``` cc @mapleFU -- 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]
