Re: [VOTE] Release Apache Arrow 20.0.0 - RC2

2025-04-23 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 \ dev/release/verify-release-candidate.sh 20.0.0 2 * TEST_DEFAULT=0 \ TEST_APT=1 \ LANG=C \ dev/release/verify-release

Re: Arrow community meeting April 23 at 16:00 UTC

2025-04-23 Thread Bryce Mecum
Thanks to everyone who was able to join today. For those unable to attend, we took notes [1] and please flag me/others down if you need any more info. [1] https://docs.google.com/document/d/1xrji8fc6_24TVmKiHJB4ECX1Zy2sy2eRbBjpVJMnPmk On Wed, Apr 23, 2025 at 6:33 AM Ian Cook wrote: > > Our nex

Re: [VOTE] Release Apache Arrow 20.0.0 - RC2

2025-04-23 Thread Ruoxi Sun
+1 (non-binding) On my M1 Mac, OS version Sequoia 15.4.1 (24E263), AppleClang 17.0.0.1713, verified cpp: TEST_DEFAULT=0 TEST_CPP=1 ./verify-release-candidate.sh 20.0.0 2 *Regards,* *Rossi SUN* On Wed, Apr 23, 2025 at 7:39 AM Gang Wu wrote: > +1 (binding) > > Ran TEST_DEFAULT=0 TEST_CPP=1

Re: [C++][DISCUSS] FileSystem construction from URIs and secrets

2025-04-23 Thread Benjamin Kietzman
Hi all, I'll prepare a draft PR adding KV pairs to the interface. Thanks, Ben On Wed, Apr 23, 2025 at 8:09 AM Antoine Pitrou wrote: > > Hi Ben and all, > > Sorry for chiming in lately. I do find the URI-and-kv-pairs interface > attractive. > > That said, some filesystem options can't reasonabl

Re: [C++][DISCUSS] FileSystem construction from URIs and secrets

2025-04-23 Thread Antoine Pitrou
Hi Ben and all, Sorry for chiming in lately. I do find the URI-and-kv-pairs interface attractive. That said, some filesystem options can't reasonably be expressed as strings. For example, `S3Options` has a `std::shared_ptrKeyValueMetadata> default_metadata` and a `std::shared_ptr`. So, p

Re: [VOTE] Release Apache Arrow 20.0.0 - RC2

2025-04-23 Thread Gang Wu
+1 (binding) Ran TEST_DEFAULT=0 TEST_CPP=1 ./verify-release-candidate.sh 20.0.0 2 on my Mac laptop. I ran into a flaky test failure below and retried with success: [ RUN ] TaskScheduler.AbortContOnTaskErrorParallel /var/folders/1_/mzm1z4sj7m72mk8lbs_z71

Arrow community meeting April 23 at 16:00 UTC

2025-04-23 Thread Ian Cook
Our next biweekly Arrow community meeting is today, Wednesday 23 April 16:00 UTC (18:00 CEST / 17:00 BST / 12:00 EDT / 9:00 PDT). *** The Zoom meeting URL has changed. Please update your calendars to use this new link: *** https://zoom.us/j/94594790228?pwd=dD4nB2oHsrm18kKBe8QlGSJgb1oN7x.1 Meeting

Re: [VOTE] Release Apache Arrow 20.0.0 - RC2

2025-04-23 Thread Raúl Cumplido
+1 (binding) Validated on Ubuntu 24.04 with: TEST_DEFAULT=0 TEST_SOURCE=1 ./dev/release/verify-release-candidate.sh 20.0.0 2 TEST_DEFAULT=0 TEST_BINARY=1 ./dev/release/verify-release-candidate.sh 20.0.0 2 TEST_DEFAULT=0 TEST_WHEELS=1 dev/release/verify-release-candidate.sh 20.0.0 2 The rest of th

[VOTE] Release Apache Arrow 20.0.0 - RC2

2025-04-23 Thread Jacob Wujciak
Hi, I would like to propose the following release candidate (RC2) of Apache Arrow version 20.0.0. This is a release consisting of 253 resolved GitHub issues[1]. This release candidate is based on commit: 3ad0370a04ccdae638755b94c3c31c8760a11193 [2] The source release rc2 is hosted at [3]. The bi

Re: [VOTE] Release Apache Arrow 20.0.0 - RC2

2025-04-23 Thread Jacob Wujciak
+1 (binding) On 2025/04/23 09:40:36 Jacob Wujciak wrote: > Hi, > > I would like to propose the following release candidate (RC2) of Apache > Arrow version 20.0.0. This is a release consisting of 253 > resolved GitHub issues[1]. > > This release candidate is based on commit: > 3ad0370a04ccdae6387

Re: [RESULT][VOTE] Split C# release process

2025-04-23 Thread Sutou Kouhei
Hi, It makes sense. Let's complete the followings in apache/arrow before we move the C# implementation to apache/arrow-dotnet from apache/arrow: * https://github.com/apache/arrow/pull/44783 * https://github.com/apache/arrow/pull/46190 Thanks, -- kou In "Re: [RESULT][VOTE] Split C# release