Skip to content

Commit

Permalink
Update src/main/thrift/parquet.thrift
Browse files Browse the repository at this point in the history
Co-authored-by: Gang Wu <[email protected]>
  • Loading branch information
mapleFU and wgtmac committed Aug 19, 2024
1 parent dbfe60f commit 0ebe97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ struct Statistics {
/**
* count of null value in the column
*
* Writers should write this field even if it is zero or in non-null columns.
* Writers SHOULD always write this field even if it is zero (a.k.a. no null value)
*/
3: optional i64 null_count;
/** count of distinct values occurring */
Expand Down

0 comments on commit 0ebe97f

Please sign in to comment.