Re: Recompiling pyarrow package without static libraries

2022-02-11 Thread David Li
Hmm, interesting. So basically you want a PyArrow built against the system libarrow? That error is CMake complaining that the CMake files for libarrow were generated referencing static libraries, but that the actual files aren't there. Indeed, looking at the Arch Linux package, the static libr

Recompiling pyarrow package without static libraries

2022-02-11 Thread Aldrin
Hello! *tl;dr. *I want to figure out how to build pyarrow from source (using pip) and tell it *not* to use static libraries (libarrow.a). Can anyone tell me if there's a CMAKE flag that the setup.py can propagate, or an option that tells setup.py not to look for static libraries? I tried searchin

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Chao Sun
Thanks, yea `ulimit -n` helped to fix it. Looks good. +1 (non-binding). On Fri, Feb 11, 2022 at 9:52 AM Andrew Lamb wrote: > I have not seen this before -- perhaps `ulimit -n` needs to be raised. > > On Fri, Feb 11, 2022 at 12:34 PM Chao Sun wrote: > > > Hmm I'm running dev/release/verify-rele

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Andrew Lamb
I have not seen this before -- perhaps `ulimit -n` needs to be raised. On Fri, Feb 11, 2022 at 12:34 PM Chao Sun wrote: > Hmm I'm running dev/release/verify-release-candidate.sh but is seeing a lot > of errors like the following: > > thread 'arrow::arrow_writer::tests::date32_single_column' pani

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Andrew Lamb
Yes, I apologize for the inconsistent naming. Testing version 9.0.2 RC3 On Fri, Feb 11, 2022 at 11:46 AM Andy Grove wrote: > Just to be clear, I am voting on 9.0.2 RC3 using the following command. > However, The email subject refers to 9.0.3 RC3. I assume this is just a > typo? > > ./dev/rele

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Chao Sun
Hmm I'm running dev/release/verify-release-candidate.sh but is seeing a lot of errors like the following: thread 'arrow::arrow_writer::tests::date32_single_column' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 24, kind: Uncategorized, message: "Too many open files" }', parqu

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Neville Dipale
I concluded same, I also tested 9.0.2 On Fri, 11 Feb 2022 at 18:46, Andy Grove wrote: > Just to be clear, I am voting on 9.0.2 RC3 using the following command. > However, The email subject refers to 9.0.3 RC3. I assume this is just a > typo? > > ./dev/release/verify-release-candidate.sh 9.0.2 3

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Andy Grove
Just to be clear, I am voting on 9.0.2 RC3 using the following command. However, The email subject refers to 9.0.3 RC3. I assume this is just a typo? ./dev/release/verify-release-candidate.sh 9.0.2 3 On Fri, Feb 11, 2022 at 8:58 AM Andy Grove wrote: > +1 (binding) > > On Fri, Feb 11, 2022 at 3:

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Andy Grove
+1 (binding) On Fri, Feb 11, 2022 at 3:12 AM Jörn Horstmann wrote: > +1 (non-binding) > > On Thu, Feb 10, 2022 at 2:38 PM Andrew Lamb wrote: > > > Update for anyone following along: we have found and fixed the bug (which > > appears to only affect a test) I believe Neville plans to re-test this

Re: [VOTE][RUST] Release Apache Arrow Rust 9.0.3 RC3

2022-02-11 Thread Jörn Horstmann
+1 (non-binding) On Thu, Feb 10, 2022 at 2:38 PM Andrew Lamb wrote: > Update for anyone following along: we have found and fixed the bug (which > appears to only affect a test) I believe Neville plans to re-test this RC. > More details can be found here [1] > > Andrew > > [1] https://github.com/