alamb commented on PR #8925:
URL: https://github.com/apache/arrow-rs/pull/8925#issuecomment-3638254065
Interestingly, this PR fails on my mac:
```shell
---- test_metadata_heap_memory stdout ----
thread 'test_metadata_heap_memory' (15130761) panicked at
parquet/tests/metadata_memory.rs:138:9:
assertion `left == right` failed: Calculated heap size 10534 doesn't match
the allocated size 10526 for file
/Users/andrewlamb/Software/arrow-rs/arrow/../parquet-testing/data/encrypt_columns_plaintext_footer.parquet.encrypted
left: 10534
right: 10526
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
test_metadata_heap_memory
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered
out; finished in 0.01s
error: test failed, to rerun pass `-p parquet --test metadata_memory`
```
--
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]