tustvold commented on code in PR #4885:
URL: https://github.com/apache/arrow-rs/pull/4885#discussion_r1342720406
##########
parquet/src/format.rs:
##########
@@ -772,25 +773,12 @@ impl TSerializable for Statistics {
}
}
-impl Default for Statistics {
- fn default() -> Self {
- Statistics{
- max: Some(Vec::new()),
Review Comment:
But that will default the fields to None
--
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]