Re: [VOTE][Julia] Release Apache Arrow Julia 2.6.2 RC1

2023-06-09 Thread Ben Baumgold
+1 (macOS m1) On Fri, Jun 9, 2023 at 4:02 PM Jacob Quinn wrote: > +1 (macOS m1) > > -Jacob > > On Fri, Jun 9, 2023 at 1:41 PM Sutou Kouhei wrote: > > > Hi, > > > > I would like to propose the following release candidate (RC1) of > > Apache Arrow Julia version 2.6.2. > > > > This release

Converting Pandas DataFrame <-> Struct Array?

2023-06-09 Thread Li Jin
Hello, I am looking for the best ways for converting Pandas DataFrame <-> Struct Array. Currently I have: pa.RecordBatch.from_pandas(df).to_struct_array() and pa.RecordBatch.from_struct_array(s_array).to_pandas() - I wonder if there is a direct way to go from DataFrame <-> Struct Array

Re: [VOTE][Julia] Release Apache Arrow Julia 2.6.2 RC1

2023-06-09 Thread Jacob Quinn
+1 (macOS m1) -Jacob On Fri, Jun 9, 2023 at 1:41 PM Sutou Kouhei wrote: > Hi, > > I would like to propose the following release candidate (RC1) of > Apache Arrow Julia version 2.6.2. > > This release candidate is based on commit: > 9f1d51a2c975bd83cbaf70c5f640762c6a0bccaf [1] > > The source

Re: [VOTE][Julia] Release Apache Arrow Julia 2.6.2 RC1

2023-06-09 Thread Sutou Kouhei
+1 I ran the following command line on Debian GNU/Linux sid: VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.6.2 1 Thanks, -- kou In <20230610.044039.1468288593045013710@clear-code.com> "[VOTE][Julia] Release Apache Arrow Julia 2.6.2 RC1" on Sat, 10 Jun 2023 04:40:39

[VOTE][Julia] Release Apache Arrow Julia 2.6.2 RC1

2023-06-09 Thread Sutou Kouhei
Hi, I would like to propose the following release candidate (RC1) of Apache Arrow Julia version 2.6.2. This release candidate is based on commit: 9f1d51a2c975bd83cbaf70c5f640762c6a0bccaf [1] The source release rc1 is hosted at [2]. Please download, verify checksums and signatures, run the unit

Re: [ANNOUNCE] New Arrow committer: Mehmet Ozan Kabak

2023-06-09 Thread David Li
Welcome Mehmet! On Thu, Jun 8, 2023, at 22:54, Weston Pace wrote: > Congratulations! > > On Thu, Jun 8, 2023, 5:36 PM Mehmet Ozan Kabak wrote: > >> Thanks everybody. Looking to collaborate further! >> >> > On Jun 8, 2023, at 9:52 AM, Matt Topol wrote: >> > >> > Congrats! Welcome Ozan! >> > >> >

Re: [VOTE] Release Apache Arrow 12.0.1 - RC1

2023-06-09 Thread David Li
+1 (Ubuntu Linux 20.04/x86_64) Verified with Conda. I had to retry binary verification a few times due to rate limiting from Artifactory. On Fri, Jun 9, 2023, at 08:41, Raúl Cumplido wrote: > Hi, > > There has been an issue identified on the Release Candidate on the > source verification on

Scalars in Apache Arrow Rust

2023-06-09 Thread Raphael Taylor-Davies
Hi All, Currently the Rust implementation of arrow lacks a consistent story for supporting scalars. Whilst there are some binary kernels that support scalar values [1] [2], the way this is encoded is not consistent [3], requires type-dispatch logic in downstreams like DataFusion [4], and has

Re: [VOTE] Release Apache Arrow 12.0.1 - RC1

2023-06-09 Thread Raúl Cumplido
Hi, There has been an issue identified on the Release Candidate on the source verification on MacOS if the last homebrew version of protobuf is used [1]. On that case we can specify -DProtobuf_SOURCE=BUNDLED like: ARROW_CMAKE_OPTIONS="-DProtobuf_SOURCE=BUNDLED"

[VOTE] Release Apache Arrow 12.0.1 - RC1

2023-06-09 Thread Raúl Cumplido
Hi, I would like to propose the following release candidate (RC1) of Apache Arrow version 12.0.1. This is a release consisting of 29 resolved GitHub issues[1]. This release candidate is based on commit: 6af660f48472b8b45a5e01b7136b9b040b185eb1 [2] The source release rc1 is hosted at [3]. The