You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Andrew Lamb <al...@influxdata.com> on 2022/06/13 19:42:49 UTC

[RESULT] [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

The release is approved with 7 +1 votes (3 binding)

Thank you all for your help! There is a draft blog post [1] that covers the
work in this release (and other recent ones). Feedback is most welcome.

The release is available here:
  https://dist.apache.org/repos/dist/release/arrow/arrow-rs-16.0.0

I have also published this release to crates.io:
https://crates.io/crates/arrow/16.0.0
https://crates.io/crates/arrow-flight/16.0.0
https://crates.io/crates/parquet/16.0.0
https://crates.io/crates/parquet-derive/16.0.0

Thanks,
Andrew

[1] https://github.com/apache/arrow-site/pull/220

On Mon, Jun 13, 2022 at 8:54 AM Martin Grigorov <mg...@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
> >
>