Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify num-nulls handling in Statistics and ColumnIndex #449

Merged
merged 9 commits into from
Aug 23, 2024
Prev Previous commit
Update src/main/thrift/parquet.thrift
Co-authored-by: Ed Seidl <etseidl@users.noreply.github.com>
  • Loading branch information
mapleFU and etseidl committed Aug 21, 2024
commit aee6e1e6a129be3514fbdc009ec14e0e61af28be
4 changes: 2 additions & 2 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,8 @@ struct ColumnIndex {
/**
* A list containing the number of null values for each page
*
* Writers SHOULD always write this field even if no null value
* or the column is not nullable.
* Writers SHOULD always write this field even if no null values
* are present or the column is not nullable.
* Readers MUST distinguish between null_counts not being present
* and null_count being 0.
* If null_counts are not present, readers MUST NOT assume all
Expand Down