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

2024-12-19 Thread Wayne Xia
+1 (non-binding) Verified on AMD64 ArchLinux Thanks! On Fri, Dec 20, 2024 at 4:17 AM Will Jones wrote: > +1 (binding). > > Verified on M2 Mac. Thanks, Andrew! > > On Thu, Dec 19, 2024 at 8:51 AM L. C. Hsieh wrote: > > > +1 (binding) > > > > Verified on M3 Mac. > > > > Thanks Andrew. > > > > O

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

2024-12-19 Thread Will Jones
+1 (binding). Verified on M2 Mac. Thanks, Andrew! On Thu, Dec 19, 2024 at 8:51 AM L. C. Hsieh wrote: > +1 (binding) > > Verified on M3 Mac. > > Thanks Andrew. > > On Thu, Dec 19, 2024 at 6:47 AM Andrew Lamb wrote: > > > > Hi, > > > > I would like to propose a release of Apache Arrow Rust Imple

Re: [INFO] Arrow 19.0.0 feature freeze - January 6th, 2025

2024-12-19 Thread Bryce Mecum
Thanks for highlighting that PR [1] , Adam. I've added a comment to help us gauge the likelihood of including it in the 19.0.0 release. [1] https://github.com/apache/arrow/pull/37400 On Thu, Dec 19, 2024 at 9:31 AM Adam Lippai wrote: > > Do you think there is capacity to land the Parquet Bloom f

Re: [INFO] Arrow 19.0.0 feature freeze - January 6th, 2025

2024-12-19 Thread Adam Lippai
Do you think there is capacity to land the Parquet Bloom filter writer? It can be challenging since I believe that’s the largest PR of the project since inception, but also it was reviewed a few times already. Best regards, Adam Lippai On Thu, Dec 19, 2024 at 10:41 Antoine Pitrou wrote: > > Hi

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

2024-12-19 Thread L. C. Hsieh
+1 (binding) Verified on M3 Mac. Thanks Andrew. On Thu, Dec 19, 2024 at 6:47 AM Andrew Lamb wrote: > > Hi, > > I would like to propose a release of Apache Arrow Rust Implementation, > version 54.0.0. > > This release candidate is based on commit: > 2887cc1030b2954ffcaba30f6a6d566b7017dc25 [1] >

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

2024-12-19 Thread Edmondo Porcu
+1 (non-binding) verified on Linux Mint 22 Cinnamon, X86_64 On Thu, Dec 19, 2024 at 9:47 AM Andrew Lamb wrote: > Hi, > > I would like to propose a release of Apache Arrow Rust Implementation, > version 54.0.0. > > This release candidate is based on commit: > 2887cc1030b2954ffcaba30f6a6d566b7017

Re: [INFO] Arrow 19.0.0 feature freeze - January 6th, 2025

2024-12-19 Thread Antoine Pitrou
Hi Bryce, This sounds good to me. Thanks Antoine. Le 18/12/2024 à 19:08, Bryce Mecum a écrit : Hello all, I'd like to propose a feature freeze date of Monday, January 6th, 2025 for the upcoming 19.0.0 release of Arrow. Please take a look through the milestone [1] to ensure it includes the

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

2024-12-19 Thread Andrew Lamb
Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 54.0.0. This release candidate is based on commit: 2887cc1030b2954ffcaba30f6a6d566b7017dc25 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please download, ve

Re: When is bit width 0 in dictionary encoded parquet files?

2024-12-19 Thread Antoine Pitrou
Yes, exactly. There's actually a 0-bitwidth example for DELTA_BINARY_PACKED in the spec (see "Example 1"): https://github.com/apache/parquet-format/blob/master/Encodings.md#delta-encoding-delta_binary_packed--5 Regards Antoine. Le 19/12/2024 à 05:04, Micah Kornfield a écrit : I seem to re