This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from ebcc4a5851 Align buffers in ArrayData.child_data as well (#6462)
add 8e0aaadb98 Parquet: Verify 32-bit CRC checksum when decoding pages
(#6290)
No new revisions were added by this update.
Summary of changes:
parquet/Cargo.toml | 3 ++
parquet/README.md | 3 +-
parquet/src/file/serialized_reader.rs | 9 +++++
parquet/tests/arrow_reader/checksum.rs | 73 ++++++++++++++++++++++++++++++++++
parquet/tests/arrow_reader/mod.rs | 2 +
5 files changed, 89 insertions(+), 1 deletion(-)
create mode 100644 parquet/tests/arrow_reader/checksum.rs