RE: [EXTERNAL] Re: Missing absl symbols from 6.0 arrow bundled static lib

2021-11-11 Thread Teodorescu, Radu (WorldQuant)
It builds fine if I add all the missing libraries manually but I haven't been able to test it with GCS enabled (that flag breaks for me for independent reasons) -Original Message- From: David Li Sent: Thursday, November 11, 2021 7:35 PM To: dev@arrow.apache.org Subject: [EXTERNAL] Re:

Re: Missing absl symbols from 6.0 arrow bundled static lib

2021-11-11 Thread David Li
I don't believe this was intentional. IIRC, we refactored how we deal with Abseil in order to support integrating the Google Cloud SDK (since both it and gRPC use Abseil) and that (or perhaps some other change?) might have changed which libraries we include. Is it workable to explicitly link

Missing absl symbols from 6.0 arrow bundled static lib

2021-11-11 Thread Teodorescu, Radu (WorldQuant)
Hi, We are building with arrow as a CMake external project and using arrow_bundled lib for the third party dependencies. As of 6.0 we noticed a number of link errors and I tracked it down to a number of absl libraries no longer being included (5.0 has 21 absl libraries in the bundle while 6.0

Re: [VOTE] Release Apache Arrow 6.0.1 - RC1

2021-11-11 Thread David Li
+1 Verified C++/Python/Java sources (Ubuntu 16.04 AMD64), wheels, and binaries. -David On Thu, Nov 11, 2021, at 04:00, Yibo Cai wrote: > +1. > > Verified c++ and python source, on ubuntu 20.04, aarch64. > > CC=clang-10 CXX=clang++-10 \ > TEST_SOURCE=1 TEST_DEFAULT=0 TEST_CPP=1 TEST_PYTHON=1 \

Re: [DISCUSS][Rust] Biweekly sync call for arrow/datafusion again?

2021-11-11 Thread Andrew Lamb
Due to lack of agenda items [1] this week , I do not plan on holding the call [1] https://docs.google.com/document/d/1atCVnoff5SR4eM4Lwf2M1BBJTY6g3_HUNR6qswYJW_U/edit# On Wed, Oct 27, 2021 at 1:57 PM Benson Muite wrote: > Cannot host at 4:00 UTC on 28 October, but can host at 4:00 UTC on 11 >

Re: [VOTE] Release Apache Arrow 6.0.1 - RC1

2021-11-11 Thread Yibo Cai
+1. Verified c++ and python source, on ubuntu 20.04, aarch64. CC=clang-10 CXX=clang++-10 \ TEST_SOURCE=1 TEST_DEFAULT=0 TEST_CPP=1 TEST_PYTHON=1 \ dev/release/verify-release-candidate.sh source 6.0.1 1 On 11/11/21 10:39 AM, Sutou Kouhei wrote: Hi, I would like to propose the following