etseidl commented on code in PR #8111:
URL: https://github.com/apache/arrow-rs/pull/8111#discussion_r2274308350
##########
parquet/src/file/metadata/mod.rs:
##########
@@ -2203,9 +2247,9 @@ mod tests {
.build();
#[cfg(not(feature = "encryption"))]
- let base_expected_size = 2312;
+ let base_expected_size = 2280;
Review Comment:
I haven't tracked it down yet, but I suspect it might be some of the enums
shrinking in size (they're back to rust enums rather than structs). I need to
add some prints in the `HeapSize` calls to see exactly what's different.
--
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]