alamb commented on code in PR #7687:
URL: https://github.com/apache/arrow-rs/pull/7687#discussion_r2205563633
##########
parquet/src/file/statistics.rs:
##########
@@ -209,9 +209,6 @@ pub fn from_thrift(
old_format,
),
Type::INT96 => {
- // INT96 statistics may not be correct, because comparison
is signed
Review Comment:
```suggestion
// INT96 statistics may not be correct, because
comparison is signed
```
--
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]