Re: [VOTE] Release Apache Arrow 14.0.2 - RC3

2023-12-14 Thread Joris Van den Bossche
+1 Successfully verified C++ and Python source and Python wheels on Ubuntu 20.04. On Wed, 13 Dec 2023 at 22:40, Raúl Cumplido wrote: > > Hi, > > A couple of minor nits for the release verification. > > The PR with the verification tasks [1] shows a couple of binary > verification failures. > >

Re: [DISCUSS] Semantics of extension types

2023-12-14 Thread Weston Pace
I agree engines can use their own strategy. Requiring explicit casts is probably ok as long as it is well documented but I think I lean slightly towards implicitly falling back to the storage type. I do think think people still shy away from extension types. Adding the extension type to an

Re: [VOTE] Release Apache Arrow 14.0.2 - RC3

2023-12-14 Thread Jean-Baptiste Onofré
+1 (non binding) I checked: - hash and signature are OK - build is OK as soon as submodule are added (see the discussion on another thread) - LICENSE and NOTICE look good (maybe worth updating copyright date) - I checked RAT, and some files in the exclude should actually contain ASF header. I

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-14 Thread David Li
Ok, I've started to fill out the paperwork [1]. Dremio will need to fill out a Software Grant [2]. When submitting, please make a note to notify the Apache Arrow PMC. Going by the contributors to flightsql-odbc, the following people will need to file an ICLA [3]: - Alex McRae - João Victor

Re: [VOTE] Release Apache Arrow 14.0.2 - RC3

2023-12-14 Thread Raúl Cumplido
+1 I have successfully run: TEST_DEFAULT=0 TEST_SOURCE=1 dev/release/verify-release-candidate.sh 14.0.2 3 TEST_DEFAULT=0 TEST_BINARIES=1 dev/release/verify-release-candidate.sh 14.0.2 3 With: * Python 3.10.12 * gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 * NVIDIA CUDA Build

[VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 34.0.0 RC3

2023-12-14 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Implementation, version 34.0.0. *Please note this is RC3 - I ran into some local testing issues with RC2* This release candidate is based on commit: 26933842e48d69f510f9461a1f2c87af587d5986 [1] The proposed release tarball and

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-14 Thread Alina Li
Thank you David for gathering the names. Joy Cundy is the contributor with GitHub id "joyc-bq". I'll try to reach out to her, Alex McRae, and João Victor Huguenin to see if they'd be able file an ICLA. From: David Li Sent: Thursday, December 14, 2023 8:23 AM To:

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 34.0.0 RC3

2023-12-14 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Andy! On Thu, Dec 14, 2023 at 12:53 PM Andy Grove wrote: > > Hi, > > I would like to propose a release of Apache Arrow DataFusion Implementation, > version 34.0.0. > > *Please note this is RC3 - I ran into some local testing issues with RC2* > > This

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-14 Thread Laurent Goujon
All the persons mentioned in that list where Dremio employees/contractors at that time working on the project in as part of their contract. Shouldn't Dremio CCLA be enough? Laurent On Thu, Dec 14, 2023 at 8:24 AM David Li wrote: > Ok, I've started to fill out the paperwork [1]. > > Dremio will

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-14 Thread David Li
Hmm, the template states "Check that all active committers have a signed CLA on record." But I see that other projects have been satisfied with only a software grant from the employer. I think it should be OK then. It might be useful to have documentation of the Dremio CLA on hand if needed (I

Re: [DISCUSS] Semantics of extension types

2023-12-14 Thread Jin Shang
I'm in favor of Antoine's proposal of storage equivalence traits[1]. For the sake of clarity I'll paste it here: I would suggest we perhaps need a more general semantic description of > storage type equivalence. > Draft: > class ExtensionType { > public: > // Storage equivalence for equality

Re: [VOTE] Release Apache Arrow 14.0.2 - RC3

2023-12-14 Thread Sutou Kouhei
+1 I ran the followings on Debian GNU/Linux sid: * TEST_DEFAULT=0 \ TEST_SOURCE=1 \ LANG=C \ TZ=UTC \ CUDAToolkit_ROOT=/usr \ ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON -Dxsimd_SOURCE=BUNDLED" \ dev/release/verify-release-candidate.sh 14.0.2 3 *

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 34.0.0 RC3

2023-12-14 Thread vin jake
+1 (binding) Verified on my Mac M1 Thanks Andy On Fri, Dec 15, 2023 at 4:53 AM Andy Grove wrote: > Hi, > > I would like to propose a release of Apache Arrow DataFusion > Implementation, > version 34.0.0. > > *Please note this is RC3 - I ran into some local testing issues with RC2* > > This

Re: [VOTE] Release Apache Arrow 14.0.2 - RC3

2023-12-14 Thread wish maple
+1 (binding) Verified C++ and Python in my M1 MacOS Best, Xuwei Fu Jean-Baptiste Onofré 于2023年12月15日周五 00:19写道: > +1 (non binding) > > I checked: > - hash and signature are OK > - build is OK as soon as submodule are added (see the discussion on > another thread) > - LICENSE and NOTICE look

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 34.0.0 RC3

2023-12-14 Thread Wayne Xia
+1 (non-binding) Verified on ARM64 Linux Thanks Andy On Fri, Dec 15, 2023 at 1:30 PM vin jake wrote: > +1 (binding) > > Verified on my Mac M1 > > Thanks Andy > > On Fri, Dec 15, 2023 at 4:53 AM Andy Grove wrote: > > > Hi, > > > > I would like to propose a release of Apache Arrow DataFusion >