emcake commented on code in PR #5076:
URL: https://github.com/apache/arrow-rs/pull/5076#discussion_r1392951502


##########
parquet/src/file/statistics.rs:
##########
@@ -152,6 +158,12 @@ pub fn from_thrift(
                 stats.max_value
             };
 
+            // Whether or not the min/max values are exact. Due to 
pre-existing truncation
+            // in other libraries such as parquet-mr, we can't assume that any 
given parquet file

Review Comment:
   @tustvold should be OK to re-review? I've also fixed the lints that were 
causing issues with the checks.



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