mapleFU commented on PR #38272:
URL: https://github.com/apache/arrow/pull/38272#issuecomment-1767656539
Ah you're right!
I've check the file, read with arrow-rs:
```
arrow-rs git:(master) ✗ .//target/debug/parquet-read
/Users/fuxuwei/Downloads/concatenated_gzip_members_2.parquet
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:
General("Actual decompressed size doesn't match the expected one (4099 vs
4107)")', parquet/src/record/reader.rs:583:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
@wgtmac Would you mind also check it using parquet-mr?
--
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]