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/12/30 13:14:48 UTC

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

Hi,

I would like to propose a release of Apache Arrow Rust Implementation,
version 30.0.0. Note this is RC2 (as RC1 had an issue[5])

This release candidate is based on commit:
9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
[2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
[3]:
https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
---------------------------------------------------------

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

Posted by Wayne Xia <wa...@gmail.com>.
+1, verified on M1 Mac too. Thanks!

>failed to get `object_store` as a dependency of package `parquet

This looks like not directly related to the artifacts. In what environment
do you get this error? (I suspect it's a network problem?)

On Sat, Dec 31, 2022 at 3:33 PM Remzi Yang <13...@gmail.com> wrote:

> I got this error:
>
> error: failed to get `object_store` as a dependency of package `parquet
> v30.0.0
>
> (/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/parquet)`
>
> Caused by:
>   failed to load source for dependency `object_store`
>
> Caused by:
>   Unable to update
>
> /private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store
>
> Caused by:
>   failed to read
>
> `/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store/Cargo.toml`
>
> Caused by:
>   No such file or directory (os error 2)
> + cleanup
> + '[' no = yes ']'
>
> On Sat, 31 Dec 2022 at 02:09, L. C. Hsieh <vi...@gmail.com> wrote:
>
> > +1 (binding)
> >
> > Verified on M1 Mac.
> >
> > Thanks, Andrew!
> >
> > On Fri, Dec 30, 2022 at 6:50 AM Andy Grove <an...@gmail.com>
> wrote:
> > >
> > > +1 (binding)
> > >
> > > Verified on Ubuntu 20.04.4 LTS
> > >
> > > Thanks, Andrew!
> > >
> > > On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <al...@influxdata.com>
> > wrote:
> > >
> > > > Hi,
> > > >
> > > > I would like to propose a release of Apache Arrow Rust
> Implementation,
> > > > version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
> > > >
> > > > This release candidate is based on commit:
> > > > 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> > > > [2]:
> > > >
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> > > > [3]:
> > > >
> > > >
> >
> https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> > > > ---------------------------------------------------------
> > > >
> >
>

[RESULT][VOTE][RUST] Release Apache Arrow Rust 30.0.0 RC2

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

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

It has also been released to crates.io

Thanks everyone who contributed and helped verify the release

Andrew

On Sat, Dec 31, 2022 at 8:52 AM Wang Xudong <wx...@gmail.com> wrote:

> +1 (non-binding)
>
> Verified on M1 Mac.
>
> Thanks Andrew!
>
> Remzi Yang <13...@gmail.com> 于2022年12月31日周六 21:41写道:
>
> > +1 (non-binding) Verified on M1 Mac.
> > I forgot fetching the latest code, which caused the `failed to get
> > `object_store` as a dependency of package `parquet` error.
> > Thanks Andrew for your reminder.
> >
> > On Sat, 31 Dec 2022 at 19:53, Andrew Lamb <al...@influxdata.com> wrote:
> >
> > > > error: failed to get `object_store` as a dependency of package
> `parquet
> > >
> > > Hi Remzi,
> > >
> > > This looks very much like the symptoms of [1]. Are you using the (very
> > > latest) version of verify_release_candidate.sh from github (or the one
> in
> > > the tarball)?
> > >
> > > Andrew
> > >
> > > [1] https://github.com/apache/arrow-rs/issues/3410
> > >
> > >
> > > On Sat, Dec 31, 2022 at 2:33 AM Remzi Yang <13...@gmail.com>
> > > wrote:
> > >
> > > > I got this error:
> > > >
> > > > error: failed to get `object_store` as a dependency of package
> `parquet
> > > > v30.0.0
> > > >
> > > >
> > >
> >
> (/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/parquet)`
> > > >
> > > > Caused by:
> > > >   failed to load source for dependency `object_store`
> > > >
> > > > Caused by:
> > > >   Unable to update
> > > >
> > > >
> > >
> >
> /private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store
> > > >
> > > > Caused by:
> > > >   failed to read
> > > >
> > > >
> > >
> >
> `/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store/Cargo.toml`
> > > >
> > > > Caused by:
> > > >   No such file or directory (os error 2)
> > > > + cleanup
> > > > + '[' no = yes ']'
> > > >
> > > > On Sat, 31 Dec 2022 at 02:09, L. C. Hsieh <vi...@gmail.com> wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > Verified on M1 Mac.
> > > > >
> > > > > Thanks, Andrew!
> > > > >
> > > > > On Fri, Dec 30, 2022 at 6:50 AM Andy Grove <an...@gmail.com>
> > > > wrote:
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > Verified on Ubuntu 20.04.4 LTS
> > > > > >
> > > > > > Thanks, Andrew!
> > > > > >
> > > > > > On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <
> alamb@influxdata.com>
> > > > > wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > I would like to propose a release of Apache Arrow Rust
> > > > Implementation,
> > > > > > > version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
> > > > > > >
> > > > > > > This release candidate is based on commit:
> > > > > > > 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> > > > > > > [2]:
> > > > > > >
> > > > >
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> > > > > > > [3]:
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> > > > > > > ---------------------------------------------------------
> > > > > > >
> > > > >
> > > >
> > >
> >
>

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

Posted by Wang Xudong <wx...@gmail.com>.
+1 (non-binding)

Verified on M1 Mac.

Thanks Andrew!

Remzi Yang <13...@gmail.com> 于2022年12月31日周六 21:41写道:

> +1 (non-binding) Verified on M1 Mac.
> I forgot fetching the latest code, which caused the `failed to get
> `object_store` as a dependency of package `parquet` error.
> Thanks Andrew for your reminder.
>
> On Sat, 31 Dec 2022 at 19:53, Andrew Lamb <al...@influxdata.com> wrote:
>
> > > error: failed to get `object_store` as a dependency of package `parquet
> >
> > Hi Remzi,
> >
> > This looks very much like the symptoms of [1]. Are you using the (very
> > latest) version of verify_release_candidate.sh from github (or the one in
> > the tarball)?
> >
> > Andrew
> >
> > [1] https://github.com/apache/arrow-rs/issues/3410
> >
> >
> > On Sat, Dec 31, 2022 at 2:33 AM Remzi Yang <13...@gmail.com>
> > wrote:
> >
> > > I got this error:
> > >
> > > error: failed to get `object_store` as a dependency of package `parquet
> > > v30.0.0
> > >
> > >
> >
> (/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/parquet)`
> > >
> > > Caused by:
> > >   failed to load source for dependency `object_store`
> > >
> > > Caused by:
> > >   Unable to update
> > >
> > >
> >
> /private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store
> > >
> > > Caused by:
> > >   failed to read
> > >
> > >
> >
> `/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store/Cargo.toml`
> > >
> > > Caused by:
> > >   No such file or directory (os error 2)
> > > + cleanup
> > > + '[' no = yes ']'
> > >
> > > On Sat, 31 Dec 2022 at 02:09, L. C. Hsieh <vi...@gmail.com> wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > Verified on M1 Mac.
> > > >
> > > > Thanks, Andrew!
> > > >
> > > > On Fri, Dec 30, 2022 at 6:50 AM Andy Grove <an...@gmail.com>
> > > wrote:
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > Verified on Ubuntu 20.04.4 LTS
> > > > >
> > > > > Thanks, Andrew!
> > > > >
> > > > > On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <al...@influxdata.com>
> > > > wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I would like to propose a release of Apache Arrow Rust
> > > Implementation,
> > > > > > version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
> > > > > >
> > > > > > This release candidate is based on commit:
> > > > > > 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> > > > > > [2]:
> > > > > >
> > > >
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> > > > > > [3]:
> > > > > >
> > > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> > > > > > ---------------------------------------------------------
> > > > > >
> > > >
> > >
> >
>

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

Posted by Remzi Yang <13...@gmail.com>.
+1 (non-binding) Verified on M1 Mac.
I forgot fetching the latest code, which caused the `failed to get
`object_store` as a dependency of package `parquet` error.
Thanks Andrew for your reminder.

On Sat, 31 Dec 2022 at 19:53, Andrew Lamb <al...@influxdata.com> wrote:

> > error: failed to get `object_store` as a dependency of package `parquet
>
> Hi Remzi,
>
> This looks very much like the symptoms of [1]. Are you using the (very
> latest) version of verify_release_candidate.sh from github (or the one in
> the tarball)?
>
> Andrew
>
> [1] https://github.com/apache/arrow-rs/issues/3410
>
>
> On Sat, Dec 31, 2022 at 2:33 AM Remzi Yang <13...@gmail.com>
> wrote:
>
> > I got this error:
> >
> > error: failed to get `object_store` as a dependency of package `parquet
> > v30.0.0
> >
> >
> (/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/parquet)`
> >
> > Caused by:
> >   failed to load source for dependency `object_store`
> >
> > Caused by:
> >   Unable to update
> >
> >
> /private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store
> >
> > Caused by:
> >   failed to read
> >
> >
> `/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store/Cargo.toml`
> >
> > Caused by:
> >   No such file or directory (os error 2)
> > + cleanup
> > + '[' no = yes ']'
> >
> > On Sat, 31 Dec 2022 at 02:09, L. C. Hsieh <vi...@gmail.com> wrote:
> >
> > > +1 (binding)
> > >
> > > Verified on M1 Mac.
> > >
> > > Thanks, Andrew!
> > >
> > > On Fri, Dec 30, 2022 at 6:50 AM Andy Grove <an...@gmail.com>
> > wrote:
> > > >
> > > > +1 (binding)
> > > >
> > > > Verified on Ubuntu 20.04.4 LTS
> > > >
> > > > Thanks, Andrew!
> > > >
> > > > On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <al...@influxdata.com>
> > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I would like to propose a release of Apache Arrow Rust
> > Implementation,
> > > > > version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
> > > > >
> > > > > This release candidate is based on commit:
> > > > > 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> > > > > [2]:
> > > > >
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> > > > > [3]:
> > > > >
> > > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> > > > > ---------------------------------------------------------
> > > > >
> > >
> >
>

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

Posted by Andrew Lamb <al...@influxdata.com>.
> error: failed to get `object_store` as a dependency of package `parquet

Hi Remzi,

This looks very much like the symptoms of [1]. Are you using the (very
latest) version of verify_release_candidate.sh from github (or the one in
the tarball)?

Andrew

[1] https://github.com/apache/arrow-rs/issues/3410


On Sat, Dec 31, 2022 at 2:33 AM Remzi Yang <13...@gmail.com> wrote:

> I got this error:
>
> error: failed to get `object_store` as a dependency of package `parquet
> v30.0.0
>
> (/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/parquet)`
>
> Caused by:
>   failed to load source for dependency `object_store`
>
> Caused by:
>   Unable to update
>
> /private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store
>
> Caused by:
>   failed to read
>
> `/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store/Cargo.toml`
>
> Caused by:
>   No such file or directory (os error 2)
> + cleanup
> + '[' no = yes ']'
>
> On Sat, 31 Dec 2022 at 02:09, L. C. Hsieh <vi...@gmail.com> wrote:
>
> > +1 (binding)
> >
> > Verified on M1 Mac.
> >
> > Thanks, Andrew!
> >
> > On Fri, Dec 30, 2022 at 6:50 AM Andy Grove <an...@gmail.com>
> wrote:
> > >
> > > +1 (binding)
> > >
> > > Verified on Ubuntu 20.04.4 LTS
> > >
> > > Thanks, Andrew!
> > >
> > > On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <al...@influxdata.com>
> > wrote:
> > >
> > > > Hi,
> > > >
> > > > I would like to propose a release of Apache Arrow Rust
> Implementation,
> > > > version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
> > > >
> > > > This release candidate is based on commit:
> > > > 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> > > > [2]:
> > > >
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> > > > [3]:
> > > >
> > > >
> >
> https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> > > > ---------------------------------------------------------
> > > >
> >
>

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

Posted by Remzi Yang <13...@gmail.com>.
I got this error:

error: failed to get `object_store` as a dependency of package `parquet
v30.0.0
(/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/parquet)`

Caused by:
  failed to load source for dependency `object_store`

Caused by:
  Unable to update
/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store

Caused by:
  failed to read
`/private/var/folders/84/nsymn7_12zx6vf8yx8hkxssw0000gq/T/arrow-30.0.0.XXXXX.6mDnKefq/apache-arrow-rs-30.0.0/object_store/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
+ cleanup
+ '[' no = yes ']'

On Sat, 31 Dec 2022 at 02:09, L. C. Hsieh <vi...@gmail.com> wrote:

> +1 (binding)
>
> Verified on M1 Mac.
>
> Thanks, Andrew!
>
> On Fri, Dec 30, 2022 at 6:50 AM Andy Grove <an...@gmail.com> wrote:
> >
> > +1 (binding)
> >
> > Verified on Ubuntu 20.04.4 LTS
> >
> > Thanks, Andrew!
> >
> > On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <al...@influxdata.com>
> wrote:
> >
> > > Hi,
> > >
> > > I would like to propose a release of Apache Arrow Rust Implementation,
> > > version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
> > >
> > > This release candidate is based on commit:
> > > 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> > > [2]:
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> > > [3]:
> > >
> > >
> https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> > > ---------------------------------------------------------
> > >
>

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

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

Verified on M1 Mac.

Thanks, Andrew!

On Fri, Dec 30, 2022 at 6:50 AM Andy Grove <an...@gmail.com> wrote:
>
> +1 (binding)
>
> Verified on Ubuntu 20.04.4 LTS
>
> Thanks, Andrew!
>
> On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <al...@influxdata.com> wrote:
>
> > Hi,
> >
> > I would like to propose a release of Apache Arrow Rust Implementation,
> > version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
> >
> > This release candidate is based on commit:
> > 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> > [2]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> > [3]:
> >
> > https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> > ---------------------------------------------------------
> >

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

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

Verified on Ubuntu 20.04.4 LTS

Thanks, Andrew!

On Fri, Dec 30, 2022 at 6:15 AM Andrew Lamb <al...@influxdata.com> wrote:

> Hi,
>
> I would like to propose a release of Apache Arrow Rust Implementation,
> version 30.0.0. Note this is RC2 (as RC1 had an issue[5])
>
> This release candidate is based on commit:
> 9398af67d5d6530616fd5e687ba781299d74bfd4 [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/9398af67d5d6530616fd5e687ba781299d74bfd4
> [2]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.0-rc2
> [3]:
>
> https://github.com/apache/arrow-rs/blob/9398af67d5d6530616fd5e687ba781299d74bfd4/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/3410
> ---------------------------------------------------------
>