alamb commented on pull request #8948: URL: https://github.com/apache/arrow/pull/8948#issuecomment-748528180
I found that by running the parquet tests in a loop I can reproduce the failure on my machine locally [more details in JIRA](https://issues.apache.org/jira/browse/ARROW-10943?focusedCommentId=17252273&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17252273). Unfortunately, when I tried running the same experiment on this branch the test still fails intermittently ``` ---- encodings::encoding::tests::test_bool stdout ---- thread 'encodings::encoding::tests::test_bool' panicked at 'Invalid byte when reading bool', parquet/src/util/bit_util.rs:73:18 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
