etseidl commented on code in PR #6135:
URL: https://github.com/apache/arrow-rs/pull/6135#discussion_r1693979098
##########
parquet/src/file/metadata/mod.rs:
##########
@@ -620,6 +620,12 @@ impl LevelHistogram {
}
}
+ /// Appends values from the other histogram to this histogram
Review Comment:
You're right, appending to a histogram makes it no longer a histogram :P
I'll revert this part.
--
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]