Re: [VOTE] Release Apache Arrow nanoarrow 0.2.0 - RC0

2023-06-16 Thread Jacob Wujciak-Jens
+1 (non-binding) verified fully on R 4.3 and GCC 12 on manjaro On Fri, Jun 16, 2023 at 11:13 PM David Li wrote: > +1 > > Tested on Ubuntu 20.04/x86_64 > > On Fri, Jun 16, 2023, at 16:15, Dewey Dunnington wrote: > > Hello, > > > > I would like to propose the following release candidate (RC0) of

Re: [VOTE][RUST] Release Apache Arrow Rust 42.0.0 RC1

2023-06-16 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Andrew. On Fri, Jun 16, 2023 at 11:40 AM Andrew Lamb wrote: > > Hi, > > I would like to propose a release of Apache Arrow Rust Implementation, > version 42.0.0. > > Please note that there is one known regression in this release related to > parsing

Re: [VOTE] Release Apache Arrow nanoarrow 0.2.0 - RC0

2023-06-16 Thread David Li
+1 Tested on Ubuntu 20.04/x86_64 On Fri, Jun 16, 2023, at 16:15, Dewey Dunnington wrote: > Hello, > > I would like to propose the following release candidate (RC0) of > Apache Arrow nanoarrow version 0.2.0. This release consists of 17 > resolved GitHub issues [1]. > > This release candidate is

[VOTE] Release Apache Arrow nanoarrow 0.2.0 - RC0

2023-06-16 Thread Dewey Dunnington
Hello, I would like to propose the following release candidate (RC0) of Apache Arrow nanoarrow version 0.2.0. This release consists of 17 resolved GitHub issues [1]. This release candidate is based on commit: a7b824de6cb99ce458e1a5cd311d69588ceb0570 [2] The source release rc0 is hosted at [3].

[VOTE][RUST] Release Apache Arrow Rust 42.0.0 RC1

2023-06-16 Thread Andrew Lamb
Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 42.0.0. Please note that there is one known regression in this release related to parsing intervals like '.5 months' [5], but I do not believe it should block the release (see [6] for rationale). However, if

Part 2 of the article "Our journey at F5 with Apache Arrow"

2023-06-16 Thread Laurent Quérel
Hi everyone, I wrote the second part of the article "Our Journey at F5 with Apache Arrow," published on April 11, 2023. This article discusses three techniques that have enabled us to enhance both the compression ratio and memory usage of Apache Arrow buffers within the current version of the

Re: Turn a vector of Scalar to an Array/ArrayData of the same datatype

2023-06-16 Thread Li Jin
Thanks Jin! That's perfect. On Thu, Jun 15, 2023 at 11:21 PM Jin Shang wrote: > Hi Li, > > I've faced this issue before, and I ended up using a generic ArrayBuilder, > for example: > > ```cpp > auto type = int32(); > std::vector> scalars = {MakeScalar(1), > MakeScalar(2)}; > >

[RELEASE] Prepare for Arrow Release version 13.0.0

2023-06-16 Thread Raúl Cumplido
Hi, It seems it was yesterday we were doing a release but it is time again to prepare for a new release, 13.0.0. I propose Monday 10th of July as the release code freeze. This is ~3 weeks from now. The GitHub milestone for 13.0.0 can be seen here [1]. There are currently no Release blockers

Re: [VOTE] Release Apache Arrow ADBC 0.5.0 - RC0

2023-06-16 Thread Raúl Cumplido
+1 (non-binding) I ran the following on Ubuntu 22.04: USE_CONDA=1 dev/release/verify-release-candidate.sh 0.5.0 0 Thanks! Raúl El vie, 16 jun 2023 a las 9:10, Sutou Kouhei () escribió: > > +1 > > I ran the following on Debian GNU/Linux sid: > > JAVA_HOME=/usr/lib/jvm/default-java \ >

TAC Applications for Community Over Code North America and Asia now open

2023-06-16 Thread Gavin McDonald
Hi All, (This email goes out to all our user and dev project mailing lists, so you may receive this email more than once.) The Travel Assistance Committee has opened up applications to help get people to the following events: *Community Over Code Asia 2023 - * *August 18th to August 20th in

Re: [DISCUSS][C++] Can we require CMake 3.16+ since 13.0.0?

2023-06-16 Thread Antoine Pitrou
Well, precompiled headers do not necessarily work well with ccache: https://github.com/apache/arrow/issues/35641#issuecomment-1551775293 But agreed with the rest. Le 16/06/2023 à 02:15, Sutou Kouhei a écrit : Hi, Ah, sorry. I should have written it in the original e-mail. If we can

Re: [VOTE] Release Apache Arrow ADBC 0.5.0 - RC0

2023-06-16 Thread Sutou Kouhei
+1 I ran the following on Debian GNU/Linux sid: JAVA_HOME=/usr/lib/jvm/default-java \ dev/release/verify-release-candidate.sh 0.5.0 0 with: * Python 3.11.2 * g++ (Debian 12.2.0-14) 12.2.0 * go version go1.19.8 linux/amd64 * openjdk version "17.0.6" 2023-01-17 * ruby 3.1.2p20