Jefffrey commented on code in PR #5003:
URL: https://github.com/apache/arrow-rs/pull/5003#discussion_r1384173903
##########
parquet/src/file/statistics.rs:
##########
@@ -243,6 +243,8 @@ pub fn to_thrift(stats: Option<&Statistics>) ->
Option<TStatistics> {
distinct_count: stats.distinct_count().map(|value| value as i64),
max_value: None,
min_value: None,
+ is_max_value_exact: None,
Review Comment:
Seems might be covered by/related to
https://github.com/apache/arrow-rs/issues/5037
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]