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/10 17:53:39 UTC

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

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

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by Andrew Lamb <al...@influxdata.com>.
Thanks!

On Mon, Jun 13, 2022 at 3:36 PM Martin Grigorov <mg...@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 <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
> > > >
> > >
> >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by Martin Grigorov <mg...@apache.org>.
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 <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
> > >
> >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by Andrew Lamb <al...@influxdata.com>.
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 <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
> >
>

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

Posted by Andrew Lamb <al...@influxdata.com>.
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
> >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by Martin Grigorov <mg...@apache.org>.
+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
>

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by Chao Sun <su...@apache.org>.
+1 (non-binding) verified on M1 Mac. Thanks Andrew,

Chao

On Fri, Jun 10, 2022 at 11:12 PM Remzi Yang <13...@gmail.com> wrote:
>
> +1 (non-binding)
>
> Verified on Mac M1
>
> Thanks, Andrew
>
> On Sat, 11 Jun 2022 at 04:40, L. C. Hsieh <vi...@gmail.com> wrote:
>
> > +1 (non-binding)
> >
> > Verified on Intel Mac.
> >
> > Thank you, Andrew!
> >
> > On Fri, Jun 10, 2022 at 12:04 PM QP Hou <qp...@neuralink.com> wrote:
> > >
> > > +1 (binding)
> > >
> > > On Fri, Jun 10, 2022 at 11:27 AM Andy Grove <an...@gmail.com>
> > wrote:
> > > >
> > > > +1 (binding)
> > > >
> > > > Verified on Ubuntu 20.04.4 LTS
> > > >
> > > > Thanks, Andrew.
> > > >
> > > > On Fri, Jun 10, 2022 at 11:54 AM 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
> > > > >
> >

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by Remzi Yang <13...@gmail.com>.
+1 (non-binding)

Verified on Mac M1

Thanks, Andrew

On Sat, 11 Jun 2022 at 04:40, L. C. Hsieh <vi...@gmail.com> wrote:

> +1 (non-binding)
>
> Verified on Intel Mac.
>
> Thank you, Andrew!
>
> On Fri, Jun 10, 2022 at 12:04 PM QP Hou <qp...@neuralink.com> wrote:
> >
> > +1 (binding)
> >
> > On Fri, Jun 10, 2022 at 11:27 AM Andy Grove <an...@gmail.com>
> wrote:
> > >
> > > +1 (binding)
> > >
> > > Verified on Ubuntu 20.04.4 LTS
> > >
> > > Thanks, Andrew.
> > >
> > > On Fri, Jun 10, 2022 at 11:54 AM 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
> > > >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by "L. C. Hsieh" <vi...@gmail.com>.
+1 (non-binding)

Verified on Intel Mac.

Thank you, Andrew!

On Fri, Jun 10, 2022 at 12:04 PM QP Hou <qp...@neuralink.com> wrote:
>
> +1 (binding)
>
> On Fri, Jun 10, 2022 at 11:27 AM Andy Grove <an...@gmail.com> wrote:
> >
> > +1 (binding)
> >
> > Verified on Ubuntu 20.04.4 LTS
> >
> > Thanks, Andrew.
> >
> > On Fri, Jun 10, 2022 at 11:54 AM 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
> > >

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by QP Hou <qp...@neuralink.com>.
+1 (binding)

On Fri, Jun 10, 2022 at 11:27 AM Andy Grove <an...@gmail.com> wrote:
>
> +1 (binding)
>
> Verified on Ubuntu 20.04.4 LTS
>
> Thanks, Andrew.
>
> On Fri, Jun 10, 2022 at 11:54 AM 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
> >

Re: [VOTE][RUST] Release Apache Arrow Rust 16.0.0 RC1

Posted by Andy Grove <an...@gmail.com>.
+1 (binding)

Verified on Ubuntu 20.04.4 LTS

Thanks, Andrew.

On Fri, Jun 10, 2022 at 11:54 AM 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
>