alamb commented on issue #9110: URL: https://github.com/apache/arrow-rs/issues/9110#issuecomment-4626112358
I tried to make an RC (details below) but the verification script fails: Emaikl ``` Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 59.0.0. This release candidate is based on commit: 9f96a8f5c3f47c6303c7d17ac7f00ad4ad0df513 [1]. The SHA256 of the release candidate is: a22e39069a3bbcc02a9ba9837b36e6b87686c3bad18fe0a762aa4851f35499d8 The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. The release tracking issue is: [4] Please download, verify checksums and signatures, run the unit tests, and vote on the release. There is a script [4] that automates some of the verification. The vote will be open for at least 72 hours. [ ] +1 Release this as Apache Arrow Rust 59.0.0 [ ] +0 [ ] -1 Do not release this as Apache Arrow Rust 59.0.0 because... [1]: https://github.com/apache/arrow-rs/tree/9f96a8f5c3f47c6303c7d17ac7f00ad4ad0df513 [2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-59.0.0-rc1 [3]: https://github.com/apache/arrow-rs/blob/9f96a8f5c3f47c6303c7d17ac7f00ad4ad0df513/CHANGELOG.md [4]: https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh [5]: https://github.com/apache/arrow-rs/issues/9110 ``` But the verification script fails like this: ``` failures: ---- bad_data::test_invalid_files stdout ---- thread 'bad_data::test_invalid_files' (96123527) panicked at parquet/tests/arrow_reader/bad_data.rs:68:9: Found new file in bad_data, please add test: ARROW-GH-47662.parquet note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: bad_data::test_invalid_files test result: FAILED. 85 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.79s error: test failed, to rerun pass `-p parquet --test arrow_reader` ``` I think we need to update the test. I'll see if I can figure out what to do in the morning (but I am basically out of time now) -- 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]
