Hi Andy, I could not reproduce this. I ran the verification script locally, with the following commands (Mac x86_64) and it passed for me:
tar xf apache-arrow-rs-25.0.0.tar.gz cd apache-arrow-rs-25.0.0 ./dev/release/verify-release-candidate.sh 25.0.0 1 I wonder if the clone of one of the test data repos failed or something and the script ignored it Andrew On Fri, Oct 14, 2022 at 7:15 PM Andy Grove <[email protected]> wrote: > I hit an error during release verification: > > ---- ipc::reader::tests::test_arrow_single_float_row stdout ---- > thread 'ipc::reader::tests::test_arrow_single_float_row' panicked at > 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, > message: "No such file or directory" }', src/ipc/reader.rs:1355:71 > > Line in question: > > let file = File::create("target/debug/testdata/float.stream").unwrap(); > > Let's see if anyone else hits this or whether it is just me / my > environment. > > > On Fri, Oct 14, 2022 at 3:31 PM Andrew Lamb <[email protected]> wrote: > > > Hi, > > > > I would like to propose a release of Apache Arrow Rust Implementation, > > version 25.0.0. > > > > This release candidate is based on commit: > > 1eb19b5394b84eaa0dbb24f65e74018defb3332b [1] > > > > The proposed release tarball and signatures are hosted at [2]. > > > > The changelog is located at [3]. > > > > 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 > > [ ] +0 > > [ ] -1 Do not release this as Apache Arrow Rust because... > > > > [1]: > > > > > https://github.com/apache/arrow-rs/tree/1eb19b5394b84eaa0dbb24f65e74018defb3332b > > [2]: > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-25.0.0-rc1 > > [3]: > > > > > https://github.com/apache/arrow-rs/blob/1eb19b5394b84eaa0dbb24f65e74018defb3332b/CHANGELOG.md > > [4]: > > > > > https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh > > >
