Re: [VOTE] Release Apache Arrow 8.0.0 - RC3

2022-05-03 Thread David Li
+1 for me (Ubuntu 18.04/x86_64). Verified: source, binaries, wheels for C++, Python, Go, Java. I had to tweak the verification script slightly to verify the wheels: https://github.com/apache/arrow/pull/13039#discussion_r864342770 On Tue, May 3, 2022, at 16:07, Krisztián Szűcs wrote: > Hi, > > I

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Sutou Kouhei
Hi, > * On the latter, I see that we're using snappy and lz4 from the system > (cmake finds them in the Arrow C++ build) but when the arrow.so is built > for the R package, there is -llz4 in the libs but no -lsnappy. The line > where the link libs are assembled from the C++ build via pkg-config is

[VOTE] Release Apache Arrow 8.0.0 - RC3

2022-05-03 Thread Krisztián Szűcs
Hi, I would like to propose the following release candidate (RC3) of Apache Arrow version 8.0.0. This is a release consisting of 608 resolved JIRA issues[1]. This release candidate is based on commit: c3d031250a7fdcfee5e576833bf6f39097602c30 [2] The source release rc3 is hosted at [3]. The binar

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Neal Richardson
Hmm, I see a couple of things: * There are two errors at the end, one about pthread_cancel and one about undefined symbols for snappy. I can't tell if the pthread issue is fatal. * On the latter, I see that we're using snappy and lz4 from the system (cmake finds them in the Arrow C++ build) but wh

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Rares Vernica
Hi Dragos, It still fails after setting the environment variable. Here is the log. Cheers, Rares Setup: centos:7 Docker container, R and related packages installed with yum /> cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) /> export ARROW_R_DEV=true /> R R version 3.6.0 (2019-04-2

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Dragoș Moldovan-Grünfeld
Hi Rares, Thanks for getting in touch. Would you be able to set the environment variable ARROW_R_DEV=true, retry the installation, and then, if it still fails, share the log with us? Kind regards, Dragos > On 30 Apr 2022, at 03:05, Rares Vernica wrote: > > Hello, > > I'm trying to do insta

Re: [DISC] (Java) Add Windows binaries to Maven packages

2022-05-03 Thread Larry White
Hi all, Please see https://docs.google.com/document/d/1y25kRrXlORnUD9p7wTMOWjC6wONEyI9rU-Pv4q1udZ8/edit?usp=sharing for a copy of this email with proper formatting. thanks. On Mon, May 2, 2022 at 4:23 PM Larry White wrote: > Hi all, > > > I would like to request your feedback on incorporating

[RESULT] [VOTE][RUST] Release Apache Arrow Rust 13.0.0 RC1

2022-05-03 Thread Andrew Lamb
The vote pases with 7 +1 votes (3 binding). Thank you all so much. The release is available here: https://dist.apache.org/repos/dist/release/arrow/arrow-rs-13.0.0 It has also been uploaded to crates.io: https://crates.io/crates/arrow/13.0.0 https://crates.io/crates/arrow-flight/13.0.0 https:/

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

2022-05-03 Thread Daniël Heres
+1 (binding). Verified on PopOS! 22.04 (Intel). Op di 3 mei 2022 om 03:39 schreef Jiayu Liu : > +1 (non-binding) > > Verified on M1 macos Monterey by running the verification script > > On Tue, May 3, 2022 at 2:02 AM Andy Grove wrote: > > > +1 (binding). > > > > Verified on Ubuntu 20.04.3 LTS (

Re: [VOTE] Release Apache Arrow 8.0.0 - RC2

2022-05-03 Thread Krisztián Szűcs
On Tue, May 3, 2022 at 11:52 AM Joris Van den Bossche wrote: > > While testing the previous RC against the dask test suite, I discovered a > regression in the pyarrow dataset bindings: > https://issues.apache.org/jira/browse/ARROW-16413 (and I have a PR open to > fix it). > > I don't know if I can

Re: [VOTE] Release Apache Arrow 8.0.0 - RC2

2022-05-03 Thread Joris Van den Bossche
While testing the previous RC against the dask test suite, I discovered a regression in the pyarrow dataset bindings: https://issues.apache.org/jira/browse/ARROW-16413 (and I have a PR open to fix it). I don't know if I can vote -1 for it (since it is strictly speaking not a release verification i