Jefffrey commented on code in PR #5003:
URL: https://github.com/apache/arrow-rs/pull/5003#discussion_r1375413985


##########
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:
   Due to 
https://github.com/apache/parquet-format/commit/31f92c73ecca63b596b5edb391f9ac5eba9dbbf8
   
   Unsure if there is more work required to support this, that might require a 
separate issue?



-- 
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]

Reply via email to