etseidl commented on code in PR #8251:
URL: https://github.com/apache/arrow-rs/pull/8251#discussion_r2312149350
##########
parquet/benches/metadata.rs:
##########
@@ -93,7 +94,18 @@ fn encoded_meta() -> Vec<u8> {
index_page_offset: Some(rng.random()),
dictionary_page_offset: Some(rng.random()),
statistics: Some(stats.clone()),
- encoding_stats: None,
+ encoding_stats: Some(vec![
Review Comment:
Adding some encoding stats because profiling showed around 25% of the time
to read the file metadata struct is spent reading this vector 😮
--
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]