-
Couldn't load subscription status.
- Fork 1k
Closed
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crateChanges to the parquet crate
Description
Describe the bug
The Rust parquet writer writes the thrift equivalent of None when the null count is zero rather than the thrift equivalent of Some(0)
This is inconsistent with the spec and other major implementations (Java and C++)
To Reproduce
Expected behavior
Write Some(0) when null count is known to be zero
Additional context
Part of #6256, but we split out the read/write changes into smaller PRs so adding a special issue here to track it / show up in the release notes
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crateChanges to the parquet crate