alamb commented on pull request #9592: URL: https://github.com/apache/arrow/pull/9592#issuecomment-789652617
The failing CI check, https://github.com/apache/arrow/pull/9592/checks?check_run_id=2010574916 has the same pattern as was fixed in https://github.com/apache/arrow/pull/9593 I pulled this branch locally and merged with apache/master and re-ran all the tests. One seems to be failing for me locally: ``` test util::io::tests::test_io_large_read ... ok failures: ---- file::writer::tests::test_file_writer_with_metadata stdout ---- thread 'file::writer::tests::test_file_writer_with_metadata' panicked at 'called `Result::unwrap()` on an `Err` value: General("Could not parse metadata: end of file")', parquet/src/file/writer.rs:712:54 failures: file::writer::tests::test_file_writer_with_metadata ``` I think I did the merge / updated submodules correctly: ``` (arrow_dev) alamb@MacBook-Pro:~/Software/arrow2$ git status On branch parquet-v2-support Your branch is ahead of 'nevi-me/parquet-v2-support' by 9 commits. (use "git push" to publish your local commits) nothing to commit, working tree clean ``` ---------------------------------------------------------------- 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: us...@infra.apache.org