Skip to content

Commit

Permalink
Update parquet/src/file/statistics.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Seidl <[email protected]>
  • Loading branch information
alamb and etseidl authored Dec 10, 2024
1 parent 60aec4e commit da86f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/file/statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ impl Statistics {
/// Note: Versions of this library prior to `53.0.0` returned 0 if the null count was
/// not available. This method returns `None` in that case.
///
/// Also, versions of this library prior to `53.0.0` did not store the null count in the
/// Also, versions of this library prior to `53.1.0` did not store the null count in the
/// statistics if the null count was `0`.
///
/// To preserve the prior behavior and read null counts properly from older files
Expand Down

0 comments on commit da86f6c

Please sign in to comment.