+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
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-
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
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
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