Berrysoft opened a new issue, #4592: URL: https://github.com/apache/arrow-rs/issues/4592
**Describe the bug** The footer parser of parquet reader uses i32 incorrectly to get the size of footer. **To Reproduce** It's not that easy to generate such a large parquet file. I have a 44G parquet file generated by pyarrow. **Expected behavior** It should be opened successfully because it is generated by pyarrow:) **Additional context** https://github.com/apache/arrow-rs/blob/16744e5ac08d9ead6c51ff6e08d8b91e87460c52/parquet/src/file/footer.rs#L106-L112 It should be `u32` here, and we don't need the error below. -- 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]
