Thanks! On Mon, Jun 13, 2022 at 3:36 PM Martin Grigorov <mgrigo...@apache.org> wrote:
> Hi Andrew, > > I used the `verify-release-candidate.sh` script on both machines. > > I will try to debug the test tomorrow! > > Regards, > Martin > > On Mon, Jun 13, 2022 at 10:31 PM Andrew Lamb <al...@influxdata.com> wrote: > > > Thanks Martin, > > > > Did you use the `verify-release-candidate.sh` script or did you verify > the > > release candidate some other way? > > > > On Mon, Jun 13, 2022 at 8:54 AM Martin Grigorov <mgrigo...@apache.org> > > wrote: > > > > > +1 (non-binding) > > > > > > Tested on Ubuntu 20.04.4 x86_64 and openEuler 20.03 aarch64. > > > > > > There is one failing test on aarch64 though: > > > > > > failures: > > > > > > ---- 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" }', arrow/src/ipc/reader.rs:1596 > :71 > > > stack backtrace: > > > 0: rust_begin_unwind > > > at > > > /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/ > > > panicking.rs:584 > > > :5 > > > 1: core::panicking::panic_fmt > > > at > > > /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/ > > > panicking.rs:143 > > > :14 > > > 2: core::result::unwrap_failed > > > at > > > /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/ > > > result.rs:1785 > > > :5 > > > 3: core::result::Result<T,E>::unwrap > > > at > > > /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/ > > > result.rs:1078 > > > :23 > > > 4: arrow::ipc::reader::tests::test_arrow_single_float_row > > > at ./src/ipc/reader.rs:1596:20 > > > > > > > > > Regards, > > > Martin > > > > > > On Fri, Jun 10, 2022 at 8:54 PM Andrew Lamb <al...@influxdata.com> > > wrote: > > > > > > > Hi, > > > > > > > > I would like to propose a release of Apache Arrow Rust > Implementation, > > > > version 16.0.0. > > > > > > > > This release candidate is based on commit: > > > > c396dfb5035d22e57717b6dd365486b76eb611bc [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/c396dfb5035d22e57717b6dd365486b76eb611bc > > > > [2]: > > > > > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-16.0.0-rc1 > > > > [3]: > > > > > > > > > > > > > > https://github.com/apache/arrow-rs/blob/c396dfb5035d22e57717b6dd365486b76eb611bc/CHANGELOG.md > > > > [4]: > > > > > > > > > > > > > > https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh > > > > > > > > > >