Re: [VOTE] Release Apache Arrow 19.0.0 - RC0

2025-01-13 Thread Ruoxi Sun
+1 (non-binding) On my Intel Mac, OS version Sonoma 14.5 (23F79), AppleClang 15.0.0.15000309, verified cpp: TEST_DEFAULT=0 TEST_CPP=1 ./verify-release-candidate.sh 19.0.0 0 *Regards,* *Rossi SUN* On Mon, Jan 13, 2025 at 10:33 PM Gang Wu wrote: > +1 (binding) > > Ran TEST_DEFAULT=0 TEST_CPP=1

Re: [VOTE] Release Apache Arrow 19.0.0 - RC0

2025-01-13 Thread David Li
I am having some trouble with binary verification [1]: /usr/bin/ld: /usr/lib/gcc/x86_64-amazon-linux/11/../../../../lib64/libarrow-glib.so: undefined reference to `g_once_init_enter_pointer' I didn't save the error, but Ruby/GLib source verification also had some issue with "ruby_errinfo" be

[ANNOUNCE] Apache Arrow Go v18.1.0 Released

2025-01-13 Thread Matt Topol
The Apache Arrow community is pleased to announce a new release of the Apache Arrow Go libraries. It includes 32 commits, and contains libraries for Arrow, Flight, FlightSQL, and Parquet versioned at 'v18.1.0'. The release is available now from [1]. Release notes are available at: https://github.

Re: [VOTE] Release Apache Arrow 19.0.0 - RC0

2025-01-13 Thread Sutou Kouhei
Hi, Your amazonlinux:2023 image may be old. Could you check it? Here is a result on my machine that doesn't have this problem: $ docker images | grep amazonlinux amazonlinux2023f91c528e6bcb 4 days ago 146MB Thanks, -- kou In <28f68cbd-a59

Re: [VOTE] Release Apache Arrow 19.0.0 - RC0

2025-01-13 Thread Gang Wu
+1 (binding) Ran TEST_DEFAULT=0 TEST_CPP=1 ./verify-release-candidate.sh 19.0.0 0 on my Mac M1 with AppleClang 16.0.0.1626 Best, Gang On Mon, Jan 13, 2025 at 2:11 AM Bryce Mecum wrote: > Hi, > > I would like to propose the following release candidate (RC0) of Apache > Arrow version 19.0.

Re: [VOTE] Release Apache Arrow 19.0.0 - RC0

2025-01-13 Thread David Li
Thanks Kou, deleting the image did it for me. +1 (binding) On Tue, Jan 14, 2025, at 11:23, Sutou Kouhei wrote: > Hi, > > Your amazonlinux:2023 image may be old. Could you check it? > Here is a result on my machine that doesn't have this > problem: > > $ docker images | grep amazonlinux > amazonli

Re: [VOTE] Release Apache Arrow 19.0.0 - RC0

2025-01-13 Thread Sutou Kouhei
+1 (binding) I ran the followings on Debian GNU/Linux sid: * TEST_DEFAULT=0 \ TEST_SOURCE=1 \ LANG=C \ TZ=UTC \ ARROW_CUDA=NO \ ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON -Dxsimd_SOURCE=BUNDLED" \ dev/release/verify-release-candidate.sh 19.0.0 0 * TEST

Re: [VOTE][Go] Release Apache Arrow Go 18.1.0 RC0

2025-01-13 Thread Matt Topol
The Vote passes with 4 binding +1 votes and 2 non-binding +1 votes. Thanks everyone! I'll get started on the release tasks now! On Fri, Jan 10, 2025 at 11:00 PM Dewey Dunnington < dewey.dunning...@gmail.com> wrote: > +1 (binding)! > > Verified on MacOS M1 with dev/release/verify_rc.sh 18.1.0 0 >

Re: Blog post about how Arrow format accelerates query result transfer

2025-01-13 Thread Ian Cook
Thank you for the comments and suggestions. The post is now published at https://arrow.apache.org/blog/2025/01/10/arrow-result-transfer/. Ian On Tue, Jan 7, 2025 at 1:22 PM Ian Cook wrote: > Hi all, > > Matt Topol, David Li, and I wrote a post for the Apache Arrow blog to > describe in accessib