etseidl commented on code in PR #8376:
URL: https://github.com/apache/arrow-rs/pull/8376#discussion_r2365343360
##########
parquet/src/file/metadata/thrift_gen.rs:
##########
@@ -214,6 +117,13 @@ pub(crate) struct FileCryptoMetaData<'a> {
}
);
+// expose for benchmarking
+pub(crate) fn bench_file_metadata(bytes: &bytes::Bytes) {
Review Comment:
`FileMetaData` is private to this module, so I added this function. I like
seeing how much of the end-to-end time is from the actual thrift decoding vs
the time spent turning that into the final metadata objects. We can remove once
the remodel is complete.
--
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]