Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-11-28 Thread Dominik Moritz
Are you talking about https://github.com/domoritz/arrow-wasm? It definitely isn’t ready for prime time. The overhead of WASM, some issues with the Rust implementation (some of which I think will be addressed with the Arrow2 Rust migration), and the much larger bundle size make it not practical righ

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

2021-11-28 Thread Andy Grove
+1 (binding) Verified on Ubuntu 20.04 On Fri, Nov 26, 2021 at 6:39 AM Andrew Lamb wrote: > Hi, > > I would like to propose a release of Apache Arrow Rust Implementation, > version 6.3.0. > > This release candidate is based on commit: > 686ac184c10f99c89ef555cc97b2231fba4d4cee [1] > > The propos

Re: [Python] How to make a new C++ header file available in Python

2021-11-28 Thread David Li
Looking at the CMakeLists: https://github.com/apache/arrow/blob/abfd2c968b765ffa0607cebd55cb9828e1b61a23/cpp/src/arrow/adapters/orc/CMakeLists.txt#L23 It seems the orc/ subdirectory explicitly lists out the headers, while most other subdirectories use arrow_install_all_headers and automatically

Re: [Python] How to make a new C++ header file available in Python

2021-11-28 Thread Ian Joiner
Hi, What determines which C++ header files go into the include directory in Python builds? From CMakeLists.txt all I can find is that if we set PYARROW_BUILD_ORC to ON then _orc gets built. What really matters is what goes inside _orc and in particular why doesn’t arrow/adapters/orc/adapter_option

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

2021-11-28 Thread Benson Muite
+1 non-binding tests pass, steps on Rocky Linux 8 dnf -y update dnf -y install git tar gcc git clone https://github.com/apache/arrow-rs cd arrow-rs/dev/release ./verify-release-candidate.sh 6.3.0 1 On 11/26/21 6:15 PM, Jörn Horstmann wrote: +1 non-binding Updated our query engine (which

Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-11-28 Thread Benson Muite
Rust implementation can be compiled to WebAssembly and is released biweekly. The Javascript version compiled from Rust may not satisfy all Javascript users, but maybe there could be some collaboration to reduce duplicated efforts? On 11/23/21 9:52 PM, Dominik Moritz wrote: Ahh, thank you f