Re: [VOTE] Mark C Stream Interface as Stable

2022-06-09 Thread Neal Richardson
+1 On Wed, Jun 8, 2022 at 7:44 PM Sutou Kouhei wrote: > +1 > > In > "[VOTE] Mark C Stream Interface as Stable" on Wed, 8 Jun 2022 11:15:29 > -0700, > Will Jones wrote: > > > Hi, > > > > Given all feedback to discussion [1] has been positive, I would like to > > propose marking the C Stream

Re: [C++] Kernel function registry evolution

2022-06-09 Thread Wes McKinney
I'm making good progress getting my branch PR-ready -- working through the compute-scalar-test suite and fixing the little things I broke. I hope I'll have it done by the end of the week. On Mon, Jun 6, 2022 at 3:21 PM Wes McKinney wrote: > > I created https://issues.apache.org/jira/browse/ARROW-

Re: Arrow sync call June 8 at 12:00 US/Eastern, 16:00 UTC

2022-06-09 Thread Gavin Ray
This is awesome, thanks so much for the comprehensive reply RE: point #9, also holding my breath for data update operations (INSERT/UPDATE/DELETE) to be added to Substrait Have an open issue about it, it needs design work (which I don't think I'm qualified to do) Add Insert/Update/Delete basic fu

Re: [C++] Adding Run-Length Encoding to Arrow

2022-06-09 Thread Sasha Krassovsky
A format where run lengths and values are interleaved would almost certainly be worse than having them separate. For example, unary scalar kernel evaluation is exactly the same as on raw arrays when they are not interleaved. Further, in the context of vectorization, a vectorized load into the ar

Patch release for Go libraries to address CVE-2022-28948

2022-06-09 Thread Dominic Barnes
Howdy! I'm a first-time contributor, and I just opened a PR to update a dev/test dependency (github.com/stretchr/testify) to address a security vulnerability being reported downstream: https://github.com/apache/arrow/pull/13322 (more context included here) The PR was originally opened against th