Re: arrow usage

2022-06-29 Thread Aldrin
Hi! You can subscribe to the various mailing lists (and other things) via the website [1]. The process is essentially to send an email to dev-subscribe with "Subscribe" in the subject line. You can concat chunks in any order, as long as they have the same schema. A couple straight-forward ways

Re: [C++] Kernel function registry evolution

2022-06-29 Thread Wes McKinney
Right, the situations where array and scalar inputs are mixed (e.g. Array + Scalar -> Array) are unaffected. The change will make more sense when you see in the PR how much code I've been able to delete. On Wed, Jun 29, 2022 at 1:03 PM Weston Pace wrote: > > This is only for the situation where

Re: [C++] Kernel function registry evolution

2022-06-29 Thread Weston Pace
This is only for the situation where ALL inputs and outputs are scalar. Scalars, at the kernel level, do not have length. So in this case there is nothing to repeat. It does build a buffer, but just with a single value, so it is all O(1). On Wed, Jun 29, 2022 at 9:49 AM Antoine Pitrou wrote:

Re: [RUST][DISCUSS] Donate object_store_rs to Arrow

2022-06-29 Thread Raphael Taylor-Davies
The proposal [1] to switch DataFusion to object_store_rs is looking like it will be merged in the coming few days, so any concerns/reservations please speak up! Regarding release management, my personal preference would be for it to managed and released as part of the arrow-rs release process.

Re: [question] Arrow C GLib conda package

2022-06-29 Thread Ivan Ogasawara
Hi everyone! the PR is already ready for review: https://github.com/conda-forge/staged-recipes/pull/19427 any review and recommendations there will be very appreciated :) thanks all the best.

arrow usage

2022-06-29 Thread L Ait
Hi, I would like to be added to the mailing list and would like it if there is some dedicated forum to ask some questions. I would like to integrate arrow cpp lib in an internal project. One question I would like to resolve is it possible to concat several chunks as a stream ? Idea is when

Re: [C++] Kernel function registry evolution

2022-06-29 Thread Antoine Pitrou
Does boxing a scalar into an array actually build a buffer with the repeated value, or is it more efficient than that? Le 29/06/2022 à 17:57, Wes McKinney a écrit : I'm working on my next PR which addresses the "scalar output modality" and removes usages of ValueDescr and output shapes in

Re: [C++] Kernel function registry evolution

2022-06-29 Thread Wes McKinney
I'm working on my next PR which addresses the "scalar output modality" and removes usages of ValueDescr and output shapes in general from the kernel execution machinery. The ability to provide all scalar input and scalar output of course is preserved — it's just that the "boxing" and "unboxing" of

Re: [Nightly builds] Crossbow nightly report page announcement + next steps

2022-06-29 Thread Neal Richardson
I've enabled the web-public option on https://ursalabs.zulipchat.com/ turned it on for the main discussion streams. Anyone can go to that URL and not only view discussions in those streams but also sign themselves up to be able to participate in discussions there. Neal On Wed, Jun 29, 2022 at

Re: [Nightly builds] Crossbow nightly report page announcement + next steps

2022-06-29 Thread Antoine Pitrou
On Mon, 27 Jun 2022 12:46:40 +0200 Raul Cumplido Dominguez wrote: > Hi, > > During the last months there has been some work going on in order to > improve the visibility of our nightly builds, the failures, for how long > have they been failing, etcetera. > > We started by adding some

Re: [Nightly builds] Crossbow nightly report page announcement + next steps

2022-06-29 Thread Raul Cumplido Dominguez
I thought about creating issues automatically for nightly build failures but I agree with Neal that at the moment I feel like it is going to create a lot of unnecessary noise. That's why I thought on an initial step of creating issues manually and adding a label just to get a simple report of