You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Raphael Taylor-Davies <r....@googlemail.com.INVALID> on 2023/01/04 19:57:58 UTC

Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

Hi,

We encountered some issues with the 30.0.0 Arrow Rust Release [5] and so 
I would like to propose a patch release of 30.0.1 containing two 
cherry-picked fixes

- https://github.com/apache/arrow-rs/pull/3451
- https://github.com/apache/arrow-rs/pull/3452

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

---------------------------------------------------------


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

Posted by Raphael Taylor-Davies <r....@googlemail.com.INVALID>.
With 8 +1 votes (5 binding) the release is approved

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

It has also been released to crates.io

Thank you to everyone who helped verify this release

Raphael

On 05/01/2023 16:54, Ian Joiner wrote:
> +1 (non-binding)
>
> Verified on Ubuntu 22.04/AMD64/System 76. Thanks for getting the release
> done Raphael!
>
> Ian
>
> On Thu, Jan 5, 2023 at 9:15 AM Jeremy Dyer <jd...@gmail.com> wrote:
>
>> +1 (non-binding), verified on Ubuntu 22.04.1 Thanks for getting the release
>> thread together Raphael
>>
>> - Jeremy Dyer
>>
>> On Wed, Jan 4, 2023 at 10:14 PM Wayne Xia <wa...@gmail.com> wrote:
>>
>>> +1, verified on my M1 Mac.
>>>
>>> Thanks!
>>>
>>> On Thu, Jan 5, 2023 at 10:38 AM Kun Liu <li...@gmail.com> wrote:
>>>
>>>> +1 (binding)
>>>>
>>>> verified on my Intel Mac
>>>>
>>>> Thanks
>>>>
>>>> Andy Grove <an...@gmail.com> 于2023年1月5日周四 08:07写道:
>>>>
>>>>> +1 (binding)
>>>>>
>>>>> Verified on Ubuntu 20.04.4 LTS
>>>>>
>>>>> Thanks, Raphael.
>>>>>
>>>>> On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh <vi...@gmail.com> wrote:
>>>>>
>>>>>> +1 (binding)
>>>>>>
>>>>>> Verified on M1 Mac.
>>>>>>
>>>>>> The two added patches look good to me.
>>>>>>
>>>>>> Thanks Raphael.
>>>>>>
>>>>>> On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb <al...@influxdata.com>
>>>>> wrote:
>>>>>>> +1 (binding)
>>>>>>>
>>>>>>> Thank you Raphael.
>>>>>>>
>>>>>>> I reviewed the individual commits (below) that make up this
>> release
>>>>>>> carefully as well as running the verification script  as follows:
>>>>>>>
>>>>>>> ./dev/release/verify-release-candidate.sh 30.0.1 2
>>>>>>>
>>>>>>> Andrew
>>>>>>>
>>>>>>>
>> https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
>> https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
>> https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
>> https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467
>>>>>>>
>>>>>>> On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
>>>>>>> <r....@googlemail.com.invalid> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> We encountered some issues with the 30.0.0 Arrow Rust Release
>> [5]
>>>> and
>>>>>> so
>>>>>>>> I would like to propose a patch release of 30.0.1 containing
>> two
>>>>>>>> cherry-picked fixes
>>>>>>>>
>>>>>>>> - https://github.com/apache/arrow-rs/pull/3451
>>>>>>>> - https://github.com/apache/arrow-rs/pull/3452
>>>>>>>>
>>>>>>>> This release candidate is based on commit:
>>>>>>>> 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
>>>>>>>> [2]:
>>>>>>>>
>> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
>>>>>>>> [3]:
>>>>>>>>
>>>>>>>>
>> https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
>>>>>>>>
>>>>>>>> ---------------------------------------------------------
>>>>>>>>
>>>>>>>>

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

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

Verified on Ubuntu 22.04/AMD64/System 76. Thanks for getting the release
done Raphael!

Ian

On Thu, Jan 5, 2023 at 9:15 AM Jeremy Dyer <jd...@gmail.com> wrote:

> +1 (non-binding), verified on Ubuntu 22.04.1 Thanks for getting the release
> thread together Raphael
>
> - Jeremy Dyer
>
> On Wed, Jan 4, 2023 at 10:14 PM Wayne Xia <wa...@gmail.com> wrote:
>
> > +1, verified on my M1 Mac.
> >
> > Thanks!
> >
> > On Thu, Jan 5, 2023 at 10:38 AM Kun Liu <li...@gmail.com> wrote:
> >
> > > +1 (binding)
> > >
> > > verified on my Intel Mac
> > >
> > > Thanks
> > >
> > > Andy Grove <an...@gmail.com> 于2023年1月5日周四 08:07写道:
> > >
> > > > +1 (binding)
> > > >
> > > > Verified on Ubuntu 20.04.4 LTS
> > > >
> > > > Thanks, Raphael.
> > > >
> > > > On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh <vi...@gmail.com> wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > Verified on M1 Mac.
> > > > >
> > > > > The two added patches look good to me.
> > > > >
> > > > > Thanks Raphael.
> > > > >
> > > > > On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb <al...@influxdata.com>
> > > > wrote:
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > Thank you Raphael.
> > > > > >
> > > > > > I reviewed the individual commits (below) that make up this
> release
> > > > > > carefully as well as running the verification script  as follows:
> > > > > >
> > > > > > ./dev/release/verify-release-candidate.sh 30.0.1 2
> > > > > >
> > > > > > Andrew
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > > > >
> > > > > >
> > > > > > On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
> > > > > > <r....@googlemail.com.invalid> wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > We encountered some issues with the 30.0.0 Arrow Rust Release
> [5]
> > > and
> > > > > so
> > > > > > > I would like to propose a patch release of 30.0.1 containing
> two
> > > > > > > cherry-picked fixes
> > > > > > >
> > > > > > > - https://github.com/apache/arrow-rs/pull/3451
> > > > > > > - https://github.com/apache/arrow-rs/pull/3452
> > > > > > >
> > > > > > > This release candidate is based on commit:
> > > > > > > 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > > > > > [2]:
> > > > > > >
> > > > >
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
> > > > > > > [3]:
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
> > > > > > >
> > > > > > > ---------------------------------------------------------
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

Posted by Jeremy Dyer <jd...@gmail.com>.
+1 (non-binding), verified on Ubuntu 22.04.1 Thanks for getting the release
thread together Raphael

- Jeremy Dyer

On Wed, Jan 4, 2023 at 10:14 PM Wayne Xia <wa...@gmail.com> wrote:

> +1, verified on my M1 Mac.
>
> Thanks!
>
> On Thu, Jan 5, 2023 at 10:38 AM Kun Liu <li...@gmail.com> wrote:
>
> > +1 (binding)
> >
> > verified on my Intel Mac
> >
> > Thanks
> >
> > Andy Grove <an...@gmail.com> 于2023年1月5日周四 08:07写道:
> >
> > > +1 (binding)
> > >
> > > Verified on Ubuntu 20.04.4 LTS
> > >
> > > Thanks, Raphael.
> > >
> > > On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh <vi...@gmail.com> wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > Verified on M1 Mac.
> > > >
> > > > The two added patches look good to me.
> > > >
> > > > Thanks Raphael.
> > > >
> > > > On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb <al...@influxdata.com>
> > > wrote:
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > Thank you Raphael.
> > > > >
> > > > > I reviewed the individual commits (below) that make up this release
> > > > > carefully as well as running the verification script  as follows:
> > > > >
> > > > > ./dev/release/verify-release-candidate.sh 30.0.1 2
> > > > >
> > > > > Andrew
> > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
> > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > > >
> > > > >
> > > > > On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
> > > > > <r....@googlemail.com.invalid> wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > We encountered some issues with the 30.0.0 Arrow Rust Release [5]
> > and
> > > > so
> > > > > > I would like to propose a patch release of 30.0.1 containing two
> > > > > > cherry-picked fixes
> > > > > >
> > > > > > - https://github.com/apache/arrow-rs/pull/3451
> > > > > > - https://github.com/apache/arrow-rs/pull/3452
> > > > > >
> > > > > > This release candidate is based on commit:
> > > > > > 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > > > > [2]:
> > > > > >
> > > >
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
> > > > > > [3]:
> > > > > >
> > > > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
> > > > > >
> > > > > > ---------------------------------------------------------
> > > > > >
> > > > > >
> > > >
> > >
> >
>

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

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

Thanks!

On Thu, Jan 5, 2023 at 10:38 AM Kun Liu <li...@gmail.com> wrote:

> +1 (binding)
>
> verified on my Intel Mac
>
> Thanks
>
> Andy Grove <an...@gmail.com> 于2023年1月5日周四 08:07写道:
>
> > +1 (binding)
> >
> > Verified on Ubuntu 20.04.4 LTS
> >
> > Thanks, Raphael.
> >
> > On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh <vi...@gmail.com> wrote:
> >
> > > +1 (binding)
> > >
> > > Verified on M1 Mac.
> > >
> > > The two added patches look good to me.
> > >
> > > Thanks Raphael.
> > >
> > > On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb <al...@influxdata.com>
> > wrote:
> > > >
> > > > +1 (binding)
> > > >
> > > > Thank you Raphael.
> > > >
> > > > I reviewed the individual commits (below) that make up this release
> > > > carefully as well as running the verification script  as follows:
> > > >
> > > > ./dev/release/verify-release-candidate.sh 30.0.1 2
> > > >
> > > > Andrew
> > > >
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > >
> > > >
> > > > On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
> > > > <r....@googlemail.com.invalid> wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > We encountered some issues with the 30.0.0 Arrow Rust Release [5]
> and
> > > so
> > > > > I would like to propose a patch release of 30.0.1 containing two
> > > > > cherry-picked fixes
> > > > >
> > > > > - https://github.com/apache/arrow-rs/pull/3451
> > > > > - https://github.com/apache/arrow-rs/pull/3452
> > > > >
> > > > > This release candidate is based on commit:
> > > > > 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > > > [2]:
> > > > >
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
> > > > > [3]:
> > > > >
> > > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
> > > > >
> > > > > ---------------------------------------------------------
> > > > >
> > > > >
> > >
> >
>

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

Posted by Kun Liu <li...@gmail.com>.
+1 (binding)

verified on my Intel Mac

Thanks

Andy Grove <an...@gmail.com> 于2023年1月5日周四 08:07写道:

> +1 (binding)
>
> Verified on Ubuntu 20.04.4 LTS
>
> Thanks, Raphael.
>
> On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh <vi...@gmail.com> wrote:
>
> > +1 (binding)
> >
> > Verified on M1 Mac.
> >
> > The two added patches look good to me.
> >
> > Thanks Raphael.
> >
> > On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb <al...@influxdata.com>
> wrote:
> > >
> > > +1 (binding)
> > >
> > > Thank you Raphael.
> > >
> > > I reviewed the individual commits (below) that make up this release
> > > carefully as well as running the verification script  as follows:
> > >
> > > ./dev/release/verify-release-candidate.sh 30.0.1 2
> > >
> > > Andrew
> > >
> > >
> >
> https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
> > >
> >
> https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
> > >
> >
> https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
> > >
> >
> https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > >
> > >
> > > On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
> > > <r....@googlemail.com.invalid> wrote:
> > >
> > > > Hi,
> > > >
> > > > We encountered some issues with the 30.0.0 Arrow Rust Release [5] and
> > so
> > > > I would like to propose a patch release of 30.0.1 containing two
> > > > cherry-picked fixes
> > > >
> > > > - https://github.com/apache/arrow-rs/pull/3451
> > > > - https://github.com/apache/arrow-rs/pull/3452
> > > >
> > > > This release candidate is based on commit:
> > > > 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > > [2]:
> > > >
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
> > > > [3]:
> > > >
> > > >
> >
> https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
> > > >
> > > > ---------------------------------------------------------
> > > >
> > > >
> >
>

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

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

Verified on Ubuntu 20.04.4 LTS

Thanks, Raphael.

On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh <vi...@gmail.com> wrote:

> +1 (binding)
>
> Verified on M1 Mac.
>
> The two added patches look good to me.
>
> Thanks Raphael.
>
> On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb <al...@influxdata.com> wrote:
> >
> > +1 (binding)
> >
> > Thank you Raphael.
> >
> > I reviewed the individual commits (below) that make up this release
> > carefully as well as running the verification script  as follows:
> >
> > ./dev/release/verify-release-candidate.sh 30.0.1 2
> >
> > Andrew
> >
> >
> https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
> >
> https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
> >
> https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
> >
> https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467
> >
> >
> > On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
> > <r....@googlemail.com.invalid> wrote:
> >
> > > Hi,
> > >
> > > We encountered some issues with the 30.0.0 Arrow Rust Release [5] and
> so
> > > I would like to propose a patch release of 30.0.1 containing two
> > > cherry-picked fixes
> > >
> > > - https://github.com/apache/arrow-rs/pull/3451
> > > - https://github.com/apache/arrow-rs/pull/3452
> > >
> > > This release candidate is based on commit:
> > > 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > > [2]:
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
> > > [3]:
> > >
> > >
> https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
> > >
> > > ---------------------------------------------------------
> > >
> > >
>

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

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

Verified on M1 Mac.

The two added patches look good to me.

Thanks Raphael.

On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb <al...@influxdata.com> wrote:
>
> +1 (binding)
>
> Thank you Raphael.
>
> I reviewed the individual commits (below) that make up this release
> carefully as well as running the verification script  as follows:
>
> ./dev/release/verify-release-candidate.sh 30.0.1 2
>
> Andrew
>
> https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
> https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
> https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
> https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467
>
>
> On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
> <r....@googlemail.com.invalid> wrote:
>
> > Hi,
> >
> > We encountered some issues with the 30.0.0 Arrow Rust Release [5] and so
> > I would like to propose a patch release of 30.0.1 containing two
> > cherry-picked fixes
> >
> > - https://github.com/apache/arrow-rs/pull/3451
> > - https://github.com/apache/arrow-rs/pull/3452
> >
> > This release candidate is based on commit:
> > 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
> > [2]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
> > [3]:
> >
> > https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
> >
> > ---------------------------------------------------------
> >
> >

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

Posted by Andrew Lamb <al...@influxdata.com>.
+1 (binding)

Thank you Raphael.

I reviewed the individual commits (below) that make up this release
carefully as well as running the verification script  as follows:

./dev/release/verify-release-candidate.sh 30.0.1 2

Andrew

https://github.com/apache/arrow-rs/commit/1423afd250634319f5a1f10b71d68f4ce306019c
https://github.com/apache/arrow-rs/commit/adf70d1b371d0a6364f9139aa1258858841eb99d
https://github.com/apache/arrow-rs/commit/0093dcf288c5f8e8dece3f8ab538ec1f31c79157
https://github.com/apache/arrow-rs/commit/4ad6ad6e8ce47259797961c1950b1179a0f72467


On Wed, Jan 4, 2023 at 2:58 PM Raphael Taylor-Davies
<r....@googlemail.com.invalid> wrote:

> Hi,
>
> We encountered some issues with the 30.0.0 Arrow Rust Release [5] and so
> I would like to propose a patch release of 30.0.1 containing two
> cherry-picked fixes
>
> - https://github.com/apache/arrow-rs/pull/3451
> - https://github.com/apache/arrow-rs/pull/3452
>
> This release candidate is based on commit:
> 4ad6ad6e8ce47259797961c1950b1179a0f72467 [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/4ad6ad6e8ce47259797961c1950b1179a0f72467
> [2]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-30.0.1-rc2
> [3]:
>
> https://github.com/apache/arrow-rs/blob/4ad6ad6e8ce47259797961c1950b1179a0f72467/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/3455
>
> ---------------------------------------------------------
>
>