-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip writing down null buffers for non-nullable primitive arrays (#6524)
* Add a new roundtrip test and improve validations The new validations should help improve coverage from the existing tests, but none of them currently cover the null-masking bug. * Don't return nulls for non-nullable cols in reader * Coverage for more non-null nested leaf types * Update parquet/src/arrow/arrow_writer/mod.rs --------- Co-authored-by: Raphael Taylor-Davies <[email protected]>
- Loading branch information
Showing
2 changed files
with
101 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters