Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-12-10 Thread Tim Paine
Just wanted to note that our move from Arrow JS to Wasm arrow resulted in a pretty substantial speedup, although we solve none of the problems of exposing wasm arrow over JS since we use it directly from C++. Initial PR: https://github.com/finos/perspective/pull/755

[DISCUSS] Adding new columnar memory layouts to Arrow (in-memory, IPC, C ABI)

2021-12-10 Thread Wes McKinney
hello all, This topic may provoke , but, given that Arrow is approaching its 6-year anniversary, I think this is an important discussion about how we can thoughtfully expand the Arrow specifications to support next-generation columnar data processing. In recent times, I have been motivated by rece

[VOTE][RUST] Release Apache Arrow Rust 6.4.0 RC1

2021-12-10 Thread Andrew Lamb
Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 6.4.0. I am personally excited about this release as it contains the input validation needed to close out the currently open RUSTSEC issues for Arrow [5]. This release candidate is based on commit: 7a0bca35239f1d4f

Re: [DISCUSS] Adding new columnar memory layouts to Arrow (in-memory, IPC, C ABI)

2021-12-10 Thread Jacques Nadeau
I'm strongly in support of much of this. Thanks for bringing this up. It is long overdue. On initial read, my thoughts would be: Stongly inclined: - String view - constant view Weakly inclined - All null - rle Somewhat disinclined - Sequence change With dictionary and string view, I feel like

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

2021-12-10 Thread Andy Grove
+1 (binding) Thank you, Andrew, and everyone else involved in the input validation work. This definitely helps address one of the biggest criticisms of the crate. Andy. On Fri, Dec 10, 2021 at 12:30 PM Andrew Lamb wrote: > Hi, > > I would like to propose a release of Apache Arrow Rust Implemen