QuLogic opened a new issue, #44769: URL: https://github.com/apache/arrow/issues/44769
### Describe the bug, including details regarding any error messages, version, and platform. On a big-endian machine, several tests fail like this: ``` [----------] 2 tests from TestBooleanRLE [ RUN ] TestBooleanRLE.TestBooleanScanner unknown file: Failure C++ exception with description "Invalid: Parquet file size is 192 bytes, smaller than the size reported by footer's (1862270976bytes)" thrown in SetUp(). [ FAILED ] TestBooleanRLE.TestBooleanScanner (0 ms) [ RUN ] TestBooleanRLE.TestBatchRead unknown file: Failure C++ exception with description "Invalid: Parquet file size is 192 bytes, smaller than the size reported by footer's (1862270976bytes)" thrown in SetUp(). [ FAILED ] TestBooleanRLE.TestBatchRead (0 ms) [----------] 2 tests from TestBooleanRLE (1 ms total) ``` This occurs for _several_ tests, which I did not copy out, but they are all similar. This is pretty indicative of incorrect endianness, as byteswapping 1862270976 produces 111, which is smaller than the file size of 192 bytes. ### Component(s) Parquet -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org