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 2021/06/01 10:07:02 UTC

Re: [VOTE][RUST] Release Apache Arrow Rust 4.2.0

+1 (binding)

I ran the verification script successfully:
dev/release/verify-release-candidate.sh 4.2.0 1

And also double checked the versions and changelog.

On Sun, May 30, 2021 at 12:32 AM Jorge Cardoso Leitão <
jorgecarleitao@gmail.com> wrote:

> +1 (binding)
>
> Verified the RC on Apple Intel x86.
>
> On Sat, May 29, 2021 at 11:34 PM Sutou Kouhei <ko...@clear-code.com> wrote:
>
> > +1
> >
> > I ran the following command line on Debian GNU/Linux sid:
> >
> >   dev/release/verify-release-candidate.sh 4.2.0 1
> >
> >
> > Thanks,
> > --
> > kou
> >
> > In <CA...@mail.gmail.com>
> >   "[VOTE][RUST] Release Apache Arrow Rust 4.2.0" on Sat, 29 May 2021
> > 06:32:09 -0400,
> >   Andrew Lamb <al...@influxdata.com> wrote:
> >
> > > Hi,
> > >
> > > I would like to propose a release of Apache Arrow Rust Implementation,
> > > version 4.2.0.
> > >
> > > This release candidate is based on commit:
> > > cd95d7ce13c349da8e76a781a28ec7161ed4165a [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.
> > >
> > > The vote will be open for at least 72 hours (especially as I realize
> this
> > > is a holiday weekend in several parts of the world)
> > >
> > > [ ] +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/cd95d7ce13c349da8e76a781a28ec7161ed4165a
> > > [2]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-4.2.0-rc1
> > > [3]:
> > >
> >
> https://github.com/apache/arrow-rs/blob/cd95d7ce13c349da8e76a781a28ec7161ed4165a/CHANGELOG.md
> >
>

RESULT Re: [VOTE][RUST] Release Apache Arrow Rust 4.2.0

Posted by Andrew Lamb <al...@influxdata.com>.
The vote passes
+1:  votes
+0: zero votes
1-: zero votes

Arrow RS 4.2.0 can be found here:
https://dist.apache.org/repos/dist/release/arrow/arrow-rs-4.2.0

I have also published version 4.2.0 on crates.io:

https://crates.io/crates/arrow/4.2.0
https://crates.io/crates/arrow-flight/4.2.0
https://crates.io/crates/parquet/4.2.0
https://crates.io/crates/parquet_derive/4.2.0

Thank you all and see you (virtually) in a week

Andrew

On Tue, Jun 1, 2021 at 7:20 AM Krisztián Szűcs <sz...@gmail.com>
wrote:

> +1 (binding)
>
> Verified on macOS Intel.
>
> On Tue, Jun 1, 2021 at 12:07 PM Andrew Lamb <al...@influxdata.com> wrote:
> >
> > +1 (binding)
> >
> > I ran the verification script successfully:
> > dev/release/verify-release-candidate.sh 4.2.0 1
> >
> > And also double checked the versions and changelog.
> >
> > On Sun, May 30, 2021 at 12:32 AM Jorge Cardoso Leitão <
> > jorgecarleitao@gmail.com> wrote:
> >
> > > +1 (binding)
> > >
> > > Verified the RC on Apple Intel x86.
> > >
> > > On Sat, May 29, 2021 at 11:34 PM Sutou Kouhei <ko...@clear-code.com>
> wrote:
> > >
> > > > +1
> > > >
> > > > I ran the following command line on Debian GNU/Linux sid:
> > > >
> > > >   dev/release/verify-release-candidate.sh 4.2.0 1
> > > >
> > > >
> > > > Thanks,
> > > > --
> > > > kou
> > > >
> > > > In <CAFhtnRxWvo--OKLh_aXimRT2deaYrtSgJ==+
> S7FVaieG58h4Wg@mail.gmail.com>
> > > >   "[VOTE][RUST] Release Apache Arrow Rust 4.2.0" on Sat, 29 May 2021
> > > > 06:32:09 -0400,
> > > >   Andrew Lamb <al...@influxdata.com> wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I would like to propose a release of Apache Arrow Rust
> Implementation,
> > > > > version 4.2.0.
> > > > >
> > > > > This release candidate is based on commit:
> > > > > cd95d7ce13c349da8e76a781a28ec7161ed4165a [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.
> > > > >
> > > > > The vote will be open for at least 72 hours (especially as I
> realize
> > > this
> > > > > is a holiday weekend in several parts of the world)
> > > > >
> > > > > [ ] +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/cd95d7ce13c349da8e76a781a28ec7161ed4165a
> > > > > [2]:
> > > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-4.2.0-rc1
> > > > > [3]:
> > > > >
> > > >
> > >
> https://github.com/apache/arrow-rs/blob/cd95d7ce13c349da8e76a781a28ec7161ed4165a/CHANGELOG.md
> > > >
> > >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 4.2.0

Posted by Krisztián Szűcs <sz...@gmail.com>.
+1 (binding)

Verified on macOS Intel.

On Tue, Jun 1, 2021 at 12:07 PM Andrew Lamb <al...@influxdata.com> wrote:
>
> +1 (binding)
>
> I ran the verification script successfully:
> dev/release/verify-release-candidate.sh 4.2.0 1
>
> And also double checked the versions and changelog.
>
> On Sun, May 30, 2021 at 12:32 AM Jorge Cardoso Leitão <
> jorgecarleitao@gmail.com> wrote:
>
> > +1 (binding)
> >
> > Verified the RC on Apple Intel x86.
> >
> > On Sat, May 29, 2021 at 11:34 PM Sutou Kouhei <ko...@clear-code.com> wrote:
> >
> > > +1
> > >
> > > I ran the following command line on Debian GNU/Linux sid:
> > >
> > >   dev/release/verify-release-candidate.sh 4.2.0 1
> > >
> > >
> > > Thanks,
> > > --
> > > kou
> > >
> > > In <CA...@mail.gmail.com>
> > >   "[VOTE][RUST] Release Apache Arrow Rust 4.2.0" on Sat, 29 May 2021
> > > 06:32:09 -0400,
> > >   Andrew Lamb <al...@influxdata.com> wrote:
> > >
> > > > Hi,
> > > >
> > > > I would like to propose a release of Apache Arrow Rust Implementation,
> > > > version 4.2.0.
> > > >
> > > > This release candidate is based on commit:
> > > > cd95d7ce13c349da8e76a781a28ec7161ed4165a [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.
> > > >
> > > > The vote will be open for at least 72 hours (especially as I realize
> > this
> > > > is a holiday weekend in several parts of the world)
> > > >
> > > > [ ] +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/cd95d7ce13c349da8e76a781a28ec7161ed4165a
> > > > [2]:
> > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-4.2.0-rc1
> > > > [3]:
> > > >
> > >
> > https://github.com/apache/arrow-rs/blob/cd95d7ce13c349da8e76a781a28ec7161ed4165a/CHANGELOG.md
> > >
> >