Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
mapleFU and pitrou authored Aug 21, 2024
1 parent 1508aa2 commit 0bf50c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -1097,9 +1097,9 @@ struct ColumnIndex {
* Writers SHOULD always write this field even if no null value
* or the column is not nullable.
* Readers MUST distinguish between null_counts not being present
* and null_count is 0.
* and null_count being 0.
* If null_counts is not present, readers MUST NOT assume all
* null_count is 0.
* null counts are 0.
*/
5: optional list<i64> null_counts

Expand Down

0 comments on commit 0bf50c5

Please sign in to comment.