Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.5.2 RC1

2022-12-05 Thread Ian Joiner
+1 (non-binding) Verified on Ubuntu 22.04/AMD64 On Fri, Dec 2, 2022 at 3:30 PM Andrew Lamb wrote: > Hi, > > I would like to propose a release of Apache Arrow Rust Object > Store Implementation, version 0.5.2. > > This release candidate is based on commit: > 74b174ca7a6c11d2b410334f45aa399987b35

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.5.2 RC1

2022-12-04 Thread Will Jones
+1 (non-binding) Tested on Ubuntu 20 and Mac OS 12.3. On Sun, Dec 4, 2022 at 12:43 PM Martin Grigorov wrote: > +1 (non-binding) > > Tested on Ubuntu 22.10 x86_64 and openEuler 22.03 aarch > > It seems "./dev/release/verify-release-candidate.sh 0.5.2 1" does not > enable feature 'aws' and the pr

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.5.2 RC1

2022-12-04 Thread Martin Grigorov
+1 (non-binding) Tested on Ubuntu 22.10 x86_64 and openEuler 22.03 aarch It seems "./dev/release/verify-release-candidate.sh 0.5.2 1" does not enable feature 'aws' and the problematic test ( https://github.com/apache/arrow-rs/pull/3262) passes. Is this intentional ? On Fri, Dec 2, 2022 at 10:31

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.5.2 RC1

2022-12-03 Thread Wang Xudong
+1 (non-binding) As above. Thanks Andrew! L. C. Hsieh 于2022年12月4日周日 01:58写道: > +1 (binding) > > Got a test failure and fixed it as Raphael mentioned. > It is only a test issue. So it looks good to me. > > Thanks Andrew. > > On Sat, Dec 3, 2022 at 5:01 AM Raphael Taylor-Davies > wrote: > > > >

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.5.2 RC1

2022-12-03 Thread L. C. Hsieh
+1 (binding) Got a test failure and fixed it as Raphael mentioned. It is only a test issue. So it looks good to me. Thanks Andrew. On Sat, Dec 3, 2022 at 5:01 AM Raphael Taylor-Davies wrote: > > +1 (binding) > > I got a failure in aws::credential::tests::test_instance_metadata when > running wi

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.5.2 RC1

2022-12-03 Thread Raphael Taylor-Davies
+1 (binding) I got a failure in aws::credential::tests::test_instance_metadata when running without AWS_INTEGRATION set, this has been fixed and is a test issue that I don't think should interfere with the release. On 02/12/2022 20:30, Andrew La