[RESULT][VOTE][RUST] Release Apache Arrow Rust Object Store 0.8.0 RC1

2023-11-06 Thread Raphael Taylor-Davies
With 3 +1 votes (3 binding) the release is approved The release is available here: https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.8.0 It has also been released to crates.io. Thank you to everyone who helped verify this release On 03/11/2023 15:44, Andrew Lamb wrot

[VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Implementation, version 33.0.0. This release candidate is based on commit: 262f08778b8ec231d96792c01fc3e051640eb5d4 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please download

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

2023-11-06 Thread David Li
My vote: +1 Tested on macOS 13.6/AArch64 On Fri, Nov 3, 2023, at 11:18, David Li wrote: > Hello, > > I would like to propose the following release candidate (RC0) of Apache > Arrow ADBC version 0.8.0. This is a release consisting of 42 resolved > GitHub issues [1]. > > This release candidate is

Re: [RESULT][VOTE] Release Apache Arrow 14.0.0 - RC2

2023-11-06 Thread Raúl Cumplido
Hi, I am currently working on the post-release tasks. This is the current status: [Done] Update the released milestone Date and set to "Closed" on GitHub [Done] Merge changes on release branch to maintenance branch for patch releases [Done] Add the new release to the Apache Reporter System [Done]

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread L. C. Hsieh
Hmm, ran verification script and got one failure: failures: aggregates::tests::run_first_last_multi_partitions stdout Error: ResourcesExhausted("Failed to allocate additional 632 bytes for GroupedHashAggregateStream[0] with 1829 bytes already allocated - maximum available is 605") fail

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread Andy Grove
I see the same error when I run on my M1 Macbook Air with 16 GB RAM. aggregates::tests::run_first_last_multi_partitions stdout Error: ResourcesExhausted("Failed to allocate additional 632 bytes for GroupedHashAggregateStream[0] with 1829 bytes already allocated - maximum available is 605

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread Andy Grove
I filed https://github.com/apache/arrow-datafusion/issues/8069 On Mon, Nov 6, 2023 at 11:59 AM Andy Grove wrote: > I see the same error when I run on my M1 Macbook Air with 16 GB RAM. > > aggregates::tests::run_first_last_multi_partitions stdout > Error: ResourcesExhausted("Failed to a

[ANNOUNCE] Apache Arrow 14.0.0 released

2023-11-06 Thread Raúl Cumplido
The Apache Arrow community is pleased to announce the 14.0.0 release. It includes 483 resolved issues ([1]) since the 13.0.0 release. The release is available now from our website and [2]: http://arrow.apache.org/install/ Read about what's new in the release https://arrow.apache.org/blog/2023

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread Andrew Lamb
+1 (the tests passed for me). I have left a comment on https://github.com/apache/arrow-datafusion/issues/8069 On Mon, Nov 6, 2023 at 2:02 PM Andy Grove wrote: > I filed https://github.com/apache/arrow-datafusion/issues/8069 > > On Mon, Nov 6, 2023 at 11:59 AM Andy Grove wrote: > > > I see the s

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

2023-11-06 Thread Raúl Cumplido
+1 (non-binding) I've tested with: USE_CONDA=1 dev/release/verify-release-candidate.sh 0.8.0 0 on Ubuntu 22.04. Thanks David for pointing me out to use the latest verification script to solve the Python 3.12 failure with Conda. El lun, 6 nov 2023 a las 17:43, David Li () escribió: > > My vote: +

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

2023-11-06 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.8.0 0 with: * g++ (Debian 13.2.0-4) 13.2.0 * go version go1.21.0 linux/amd64 * openjdk version "17.0.9-ea" 2023-10-17 * Python 3.11.5 * ruby 3.1.2p20 (

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread Will Jones
Hello, There is an upstream bug in arrow-json that can cause the JSON reader to return incorrect data for large integers [1]. It was recently fixed by Raphael within the last 24 hours, but is not included in any release. The bug was introduced in Arrow 48, which this DataFusion release will expose

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread Raphael Taylor-Davies
Hi, To further clarify the bug concerns the serde compatibility feature that allows converting a serde compatible data structure to arrow [1]. It will not impact workloads reading JSON. I am not sure this is a sufficiently fundamental bug to warrant special concern, but happy to defer to othe

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 33.0.0 RC1

2023-11-06 Thread Will Jones
Thanks for the clarification, Raphael. That likely narrows the scope of who is affected. If this bug is present in DataFusion 33, then delta-rs will likely skip upgrading until 34. If we're the only downstream project this parsing issue affects, then I think it's fine to release. On Mon, Nov 6, 20