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/08/05 21:07:38 UTC

[VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Hi,

I would like to propose a release of Apache Arrow Rust Implementation,
version 20.0.0. Note it includes the new object_store source as described
in [5]. I don't think it is a release blocker but would welcome other
opinions

Also note this is RC2 (RC1 had an issue [6])

This release candidate is based on commit:
30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
[2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
[3]:
https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
[4]:
https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
[5]: https://github.com/apache/arrow-rs/issues/2338
[6]: https://github.com/apache/arrow-rs/pull/2340

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Posted by Yijie Shen <he...@gmail.com>.
+1 (non-binding). Verified on M1 Mac.

Thanks, Andrew!

On Mon, Aug 8, 2022 at 4:00 AM Chao Sun <su...@apache.org> wrote:

> +1 (non-binding) verified on M1 Mac. Thanks Andrew!
>
> On Sat, Aug 6, 2022 at 7:45 PM QP Hou <qp...@neuralink.com> wrote:
> >
> > +1 (binding)
> >
> > On Sat, Aug 6, 2022 at 8:01 AM Andy Grove <an...@gmail.com> wrote:
> >
> > > +1 (binding).
> > > Verified on Ubuntu 20.04 LTS
> > >
> > > Thanks, Andrew!
> > >
> > > On Sat, Aug 6, 2022 at 8:00 AM Remzi Yang <13...@gmail.com>
> wrote:
> > >
> > > > +1 (non-binding)
> > > > Verified on M1 Mac. Thank you, Andrew!
> > > >
> > > > Best Regards,
> > > > Remzi
> > > >
> > > > On Sat, 6 Aug 2022 at 16:50, Kun Liu <li...@apache.org> wrote:
> > > >
> > > > > Hi all,
> > > > >   Verified on my Intel Mac.
> > > > >   But I have a question about the public API from this issue:
> > > > >   https://github.com/apache/arrow-rs/issues/2343
> > > > >
> > > > > Thanks,
> > > > > Kun
> > > > >
> > > > >
> > > > >
> > > > > L. C. Hsieh <vi...@gmail.com> 于2022年8月6日周六 10:30写道:
> > > > >
> > > > > > +1 (non-binding). Verified on Intel Mac.
> > > > > >
> > > > > > Thanks, Andrew!
> > > > > >
> > > > > > On Fri, Aug 5, 2022 at 2:08 PM Andrew Lamb <alamb@influxdata.com
> >
> > > > wrote:
> > > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > I would like to propose a release of Apache Arrow Rust
> > > > Implementation,
> > > > > > > version 20.0.0. Note it includes the new object_store source as
> > > > > described
> > > > > > > in [5]. I don't think it is a release blocker but would welcome
> > > other
> > > > > > > opinions
> > > > > > >
> > > > > > > Also note this is RC2 (RC1 had an issue [6])
> > > > > > >
> > > > > > > This release candidate is based on commit:
> > > > > > > 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> > > > > > > [2]:
> > > > > >
> > > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> > > > > > > [3]:
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> > > > > > > [4]:
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > > > > > > [5]: https://github.com/apache/arrow-rs/issues/2338
> > > > > > > [6]: https://github.com/apache/arrow-rs/pull/2340
> > > > > >
> > > > >
> > > >
> > >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

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

On Sat, Aug 6, 2022 at 7:45 PM QP Hou <qp...@neuralink.com> wrote:
>
> +1 (binding)
>
> On Sat, Aug 6, 2022 at 8:01 AM Andy Grove <an...@gmail.com> wrote:
>
> > +1 (binding).
> > Verified on Ubuntu 20.04 LTS
> >
> > Thanks, Andrew!
> >
> > On Sat, Aug 6, 2022 at 8:00 AM Remzi Yang <13...@gmail.com> wrote:
> >
> > > +1 (non-binding)
> > > Verified on M1 Mac. Thank you, Andrew!
> > >
> > > Best Regards,
> > > Remzi
> > >
> > > On Sat, 6 Aug 2022 at 16:50, Kun Liu <li...@apache.org> wrote:
> > >
> > > > Hi all,
> > > >   Verified on my Intel Mac.
> > > >   But I have a question about the public API from this issue:
> > > >   https://github.com/apache/arrow-rs/issues/2343
> > > >
> > > > Thanks,
> > > > Kun
> > > >
> > > >
> > > >
> > > > L. C. Hsieh <vi...@gmail.com> 于2022年8月6日周六 10:30写道:
> > > >
> > > > > +1 (non-binding). Verified on Intel Mac.
> > > > >
> > > > > Thanks, Andrew!
> > > > >
> > > > > On Fri, Aug 5, 2022 at 2:08 PM Andrew Lamb <al...@influxdata.com>
> > > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I would like to propose a release of Apache Arrow Rust
> > > Implementation,
> > > > > > version 20.0.0. Note it includes the new object_store source as
> > > > described
> > > > > > in [5]. I don't think it is a release blocker but would welcome
> > other
> > > > > > opinions
> > > > > >
> > > > > > Also note this is RC2 (RC1 had an issue [6])
> > > > > >
> > > > > > This release candidate is based on commit:
> > > > > > 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> > > > > > [2]:
> > > > >
> > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> > > > > > [3]:
> > > > > >
> > > > >
> > > >
> > >
> > https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> > > > > > [4]:
> > > > > >
> > > > >
> > > >
> > >
> > https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > > > > > [5]: https://github.com/apache/arrow-rs/issues/2338
> > > > > > [6]: https://github.com/apache/arrow-rs/pull/2340
> > > > >
> > > >
> > >
> >

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

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

On Sat, Aug 6, 2022 at 8:01 AM Andy Grove <an...@gmail.com> wrote:

> +1 (binding).
> Verified on Ubuntu 20.04 LTS
>
> Thanks, Andrew!
>
> On Sat, Aug 6, 2022 at 8:00 AM Remzi Yang <13...@gmail.com> wrote:
>
> > +1 (non-binding)
> > Verified on M1 Mac. Thank you, Andrew!
> >
> > Best Regards,
> > Remzi
> >
> > On Sat, 6 Aug 2022 at 16:50, Kun Liu <li...@apache.org> wrote:
> >
> > > Hi all,
> > >   Verified on my Intel Mac.
> > >   But I have a question about the public API from this issue:
> > >   https://github.com/apache/arrow-rs/issues/2343
> > >
> > > Thanks,
> > > Kun
> > >
> > >
> > >
> > > L. C. Hsieh <vi...@gmail.com> 于2022年8月6日周六 10:30写道:
> > >
> > > > +1 (non-binding). Verified on Intel Mac.
> > > >
> > > > Thanks, Andrew!
> > > >
> > > > On Fri, Aug 5, 2022 at 2:08 PM Andrew Lamb <al...@influxdata.com>
> > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I would like to propose a release of Apache Arrow Rust
> > Implementation,
> > > > > version 20.0.0. Note it includes the new object_store source as
> > > described
> > > > > in [5]. I don't think it is a release blocker but would welcome
> other
> > > > > opinions
> > > > >
> > > > > Also note this is RC2 (RC1 had an issue [6])
> > > > >
> > > > > This release candidate is based on commit:
> > > > > 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> > > > > [2]:
> > > >
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> > > > > [3]:
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> > > > > [4]:
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > > > > [5]: https://github.com/apache/arrow-rs/issues/2338
> > > > > [6]: https://github.com/apache/arrow-rs/pull/2340
> > > >
> > >
> >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Posted by Andy Grove <an...@gmail.com>.
+1 (binding).
Verified on Ubuntu 20.04 LTS

Thanks, Andrew!

On Sat, Aug 6, 2022 at 8:00 AM Remzi Yang <13...@gmail.com> wrote:

> +1 (non-binding)
> Verified on M1 Mac. Thank you, Andrew!
>
> Best Regards,
> Remzi
>
> On Sat, 6 Aug 2022 at 16:50, Kun Liu <li...@apache.org> wrote:
>
> > Hi all,
> >   Verified on my Intel Mac.
> >   But I have a question about the public API from this issue:
> >   https://github.com/apache/arrow-rs/issues/2343
> >
> > Thanks,
> > Kun
> >
> >
> >
> > L. C. Hsieh <vi...@gmail.com> 于2022年8月6日周六 10:30写道:
> >
> > > +1 (non-binding). Verified on Intel Mac.
> > >
> > > Thanks, Andrew!
> > >
> > > On Fri, Aug 5, 2022 at 2:08 PM Andrew Lamb <al...@influxdata.com>
> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I would like to propose a release of Apache Arrow Rust
> Implementation,
> > > > version 20.0.0. Note it includes the new object_store source as
> > described
> > > > in [5]. I don't think it is a release blocker but would welcome other
> > > > opinions
> > > >
> > > > Also note this is RC2 (RC1 had an issue [6])
> > > >
> > > > This release candidate is based on commit:
> > > > 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> > > > [2]:
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> > > > [3]:
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> > > > [4]:
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > > > [5]: https://github.com/apache/arrow-rs/issues/2338
> > > > [6]: https://github.com/apache/arrow-rs/pull/2340
> > >
> >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Posted by Remzi Yang <13...@gmail.com>.
+1 (non-binding)
Verified on M1 Mac. Thank you, Andrew!

Best Regards,
Remzi

On Sat, 6 Aug 2022 at 16:50, Kun Liu <li...@apache.org> wrote:

> Hi all,
>   Verified on my Intel Mac.
>   But I have a question about the public API from this issue:
>   https://github.com/apache/arrow-rs/issues/2343
>
> Thanks,
> Kun
>
>
>
> L. C. Hsieh <vi...@gmail.com> 于2022年8月6日周六 10:30写道:
>
> > +1 (non-binding). Verified on Intel Mac.
> >
> > Thanks, Andrew!
> >
> > On Fri, Aug 5, 2022 at 2:08 PM Andrew Lamb <al...@influxdata.com> wrote:
> > >
> > > Hi,
> > >
> > > I would like to propose a release of Apache Arrow Rust Implementation,
> > > version 20.0.0. Note it includes the new object_store source as
> described
> > > in [5]. I don't think it is a release blocker but would welcome other
> > > opinions
> > >
> > > Also note this is RC2 (RC1 had an issue [6])
> > >
> > > This release candidate is based on commit:
> > > 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> > > [2]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> > > [3]:
> > >
> >
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> > > [4]:
> > >
> >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > > [5]: https://github.com/apache/arrow-rs/issues/2338
> > > [6]: https://github.com/apache/arrow-rs/pull/2340
> >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Posted by Kun Liu <li...@apache.org>.
Hi all,
  Verified on my Intel Mac.
  But I have a question about the public API from this issue:
  https://github.com/apache/arrow-rs/issues/2343

Thanks,
Kun



L. C. Hsieh <vi...@gmail.com> 于2022年8月6日周六 10:30写道:

> +1 (non-binding). Verified on Intel Mac.
>
> Thanks, Andrew!
>
> On Fri, Aug 5, 2022 at 2:08 PM Andrew Lamb <al...@influxdata.com> wrote:
> >
> > Hi,
> >
> > I would like to propose a release of Apache Arrow Rust Implementation,
> > version 20.0.0. Note it includes the new object_store source as described
> > in [5]. I don't think it is a release blocker but would welcome other
> > opinions
> >
> > Also note this is RC2 (RC1 had an issue [6])
> >
> > This release candidate is based on commit:
> > 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> > [2]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> > [3]:
> >
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> > [4]:
> >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > [5]: https://github.com/apache/arrow-rs/issues/2338
> > [6]: https://github.com/apache/arrow-rs/pull/2340
>

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

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

Thanks, Andrew!

On Fri, Aug 5, 2022 at 2:08 PM Andrew Lamb <al...@influxdata.com> wrote:
>
> Hi,
>
> I would like to propose a release of Apache Arrow Rust Implementation,
> version 20.0.0. Note it includes the new object_store source as described
> in [5]. I don't think it is a release blocker but would welcome other
> opinions
>
> Also note this is RC2 (RC1 had an issue [6])
>
> This release candidate is based on commit:
> 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> [2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> [3]:
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> [4]:
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> [5]: https://github.com/apache/arrow-rs/issues/2338
> [6]: https://github.com/apache/arrow-rs/pull/2340

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Posted by Martin Grigorov <mg...@apache.org>.
+1 (non-binding)

Tested on Ubuntu 20.04.4 x86_64 and openEuler 20.03 aarch64.

Regards,
Martin

On Sat, Aug 6, 2022 at 12:08 AM Andrew Lamb <al...@influxdata.com> wrote:

> Hi,
>
> I would like to propose a release of Apache Arrow Rust Implementation,
> version 20.0.0. Note it includes the new object_store source as described
> in [5]. I don't think it is a release blocker but would welcome other
> opinions
>
> Also note this is RC2 (RC1 had an issue [6])
>
> This release candidate is based on commit:
> 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> [2]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> [3]:
>
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> [4]:
>
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> [5]: https://github.com/apache/arrow-rs/issues/2338
> [6]: https://github.com/apache/arrow-rs/pull/2340
>

[RESULT] Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Posted by Andrew Lamb <al...@influxdata.com>.
With 10 +1 votes (3 binding) the release is approved

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

It has also been released to crates.io

https://crates.io/crates/arrow
https://crates.io/crates/arrow-flight
https://crates.io/crates/parquet
https://crates.io/crates/parquet-derive

Thanks to everyone who contributed to and helped verify the release!

I'll be cranking up a release of object_store over the next few days --
stay tuned!

Andrew

On Mon, Aug 8, 2022 at 12:07 PM Ian Joiner <ia...@gmail.com> wrote:

> +1 (Non-binding)
>
> Tested on macOS 12.2.1 with Apple M1 Pro chip
>
> On Fri, Aug 5, 2022 at 5:07 PM Andrew Lamb <al...@influxdata.com> wrote:
>
> > Hi,
> >
> > I would like to propose a release of Apache Arrow Rust Implementation,
> > version 20.0.0. Note it includes the new object_store source as described
> > in [5]. I don't think it is a release blocker but would welcome other
> > opinions
> >
> > Also note this is RC2 (RC1 had an issue [6])
> >
> > This release candidate is based on commit:
> > 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> > [2]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> > [3]:
> >
> >
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> > [4]:
> >
> >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > [5]: https://github.com/apache/arrow-rs/issues/2338
> > [6]: https://github.com/apache/arrow-rs/pull/2340
> >
>

Re: [VOTE][RUST] Release Apache Arrow Rust 20.0.0 RC2

Posted by Ian Joiner <ia...@gmail.com>.
+1 (Non-binding)

Tested on macOS 12.2.1 with Apple M1 Pro chip

On Fri, Aug 5, 2022 at 5:07 PM Andrew Lamb <al...@influxdata.com> wrote:

> Hi,
>
> I would like to propose a release of Apache Arrow Rust Implementation,
> version 20.0.0. Note it includes the new object_store source as described
> in [5]. I don't think it is a release blocker but would welcome other
> opinions
>
> Also note this is RC2 (RC1 had an issue [6])
>
> This release candidate is based on commit:
> 30c94dbf1c422f81f8520b9956e96ab7b53c3f47 [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/30c94dbf1c422f81f8520b9956e96ab7b53c3f47
> [2]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc2
> [3]:
>
> https://github.com/apache/arrow-rs/blob/30c94dbf1c422f81f8520b9956e96ab7b53c3f47/CHANGELOG.md
> [4]:
>
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> [5]: https://github.com/apache/arrow-rs/issues/2338
> [6]: https://github.com/apache/arrow-rs/pull/2340
>