Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

2023-01-04 Thread Wayne Xia
+1, verified on my M1 Mac. Thanks! On Thu, Jan 5, 2023 at 10:38 AM Kun Liu wrote: > +1 (binding) > > verified on my Intel Mac > > Thanks > > Andy Grove 于2023年1月5日周四 08:07写道: > > > +1 (binding) > > > > Verified on Ubuntu 20.04.4 LTS > > > > Thanks, Raphael. > > > > On Wed, Jan 4, 2023 at 1:39

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

2023-01-04 Thread Kun Liu
+1 (binding) verified on my Intel Mac Thanks Andy Grove 于2023年1月5日周四 08:07写道: > +1 (binding) > > Verified on Ubuntu 20.04.4 LTS > > Thanks, Raphael. > > On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh wrote: > > > +1 (binding) > > > > Verified on M1 Mac. > > > > The two added patches look good to

Re: Apache Arrow Board Report, by Jan 11 2023

2023-01-04 Thread Andrew Lamb
Thank you Jacob and Matthew -- the level of detail in your suggestions looks just about perfect. ‍♂️ On Wed, Jan 4, 2023 at 12:20 PM Jacob Quinn wrote: > I added a few notes on the Julia implementation. > > -Jacob > > On Tue, Dec 27, 2022 at 2:45 PM Andrew Lamb wrote: > >> Hello Arrow

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

2023-01-04 Thread Andy Grove
+1 (binding) Verified on Ubuntu 20.04.4 LTS Thanks, Raphael. On Wed, Jan 4, 2023 at 1:39 PM L. C. Hsieh wrote: > +1 (binding) > > Verified on M1 Mac. > > The two added patches look good to me. > > Thanks Raphael. > > On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb wrote: > > > > +1 (binding) > >

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

2023-01-04 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. The two added patches look good to me. Thanks Raphael. On Wed, Jan 4, 2023 at 12:31 PM Andrew Lamb wrote: > > +1 (binding) > > Thank you Raphael. > > I reviewed the individual commits (below) that make up this release > carefully as well as running the

Re: Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

2023-01-04 Thread Andrew Lamb
+1 (binding) Thank you Raphael. I reviewed the individual commits (below) that make up this release carefully as well as running the verification script as follows: ./dev/release/verify-release-candidate.sh 30.0.1 2 Andrew

Subject: [VOTE][RUST] Release Apache Arrow Rust 30.0.1 RC2

2023-01-04 Thread Raphael Taylor-Davies
Hi, We encountered some issues with the 30.0.0 Arrow Rust Release [5] and so I would like to propose a patch release of 30.0.1 containing two cherry-picked fixes - https://github.com/apache/arrow-rs/pull/3451 - https://github.com/apache/arrow-rs/pull/3452 This release candidate is based on

Re: Apache Arrow Board Report, by Jan 11 2023

2023-01-04 Thread Matthew Topol
I added some comments and updates for the Go module. I didn't know how specific or detailed to get, so let me know if I should elaborate more on it or something. --Matt On Tue, Dec 27, 2022 at 4:45 PM Andrew Lamb wrote: > Hello Arrow Community, > > One of the (possibly the only)

[QUESTION][Parquet][Decimal] Why not implement the INT32/INT64 to store Decimal logical type in parquet file

2023-01-04 Thread Kun Liu
Hi all, In the PR https://github.com/apache/arrow-rs/pull/3431, I want to write decimal data with lower precision to INT32/INT64 in the parquet file. The document of arrow c++ about Reading and writing Parquet files requires