Re: [VOTE] Release Apache Arrow 6.0.0 - RC3

2021-10-22 Thread Benson Muite
on Ubuntu 20.04 x86 Checked sources (C++, Python, Java, Ruby, Glib, C#, Javascript) bash dev/release/verify-release-candidate.sh source 6.0.0 3 gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Ubuntu clang version 10.0.1-++20211003085942+ef32c611aa21-1~exp1~20211003090334.2 ruby 3.0.2p107

Re: Re: Re: [DISCUSS][Java] Adding GC-Based reference management strategy for buffers

2021-10-22 Thread Jacques Nadeau
Hongze, I don't realistically have time to iterate with you on this. I agree that there could be easier apis to support leak detection. That being said, just because things could be refactored to make something easier isn't always a good enough reason to refactor them. I wonder if you can do the

Re: [VOTE] Release Apache Arrow 6.0.0 - RC3

2021-10-22 Thread David Li
+1 Verified on Ubuntu 18.04 x86 Checked sources (C++, Python, Java), binaries, and wheels. The FlightRPC tests initially failed in the wheels due to lack of test data. -David On Fri, Oct 22, 2021, at 08:15, Alessandro Molina wrote: > +1 (non binding) > > Verified on Mac OS 10.14 x86 > >

Re: [VOTE] Release Apache Arrow 6.0.0 - RC3

2021-10-22 Thread Alessandro Molina
+1 (non binding) Verified on Mac OS 10.14 x86 Checked dev/release/verify-release-candidate.sh binaries 6.0.0 3 dev/release/verify-release-candidate.sh wheels 6.0.0 3 Only notice, I got a "OSError: [Errno 24] Too many open files" error initially and had to raise limit over open files. I don't

Re: [VOTE] Release Apache Arrow 6.0.0 - RC3

2021-10-22 Thread Sutou Kouhei
+1 I ran the followings on Debian GNU/Linux sid: * LANG=C \ TZ=UTC \ ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON" \ CUDA_TOOLKIT_ROOT=/usr \ dev/release/verify-release-candidate.sh source 6.0.0 3 * LANG=C dev/release/verify-release-candidate.sh binaries 6.0.0 3 *