Le 19/09/2019 à 17:33, Wes McKinney a écrit :
> On Thu, Sep 19, 2019 at 2:01 AM Micah Kornfield wrote:
>>
>> Wes,
>> Let me see if I understand, I think there are two issues:
>> 1. Ensuring conformance of interoperability and actually having people
>> understand what Arrow actually is and what
On Thu, Sep 19, 2019 at 2:01 AM Micah Kornfield wrote:
>
> Wes,
> Let me see if I understand, I think there are two issues:
> 1. Ensuring conformance of interoperability and actually having people
> understand what Arrow actually is and what it is not.
> 2. Having users adopt reference implement
Wes,
Let me see if I understand, I think there are two issues:
1. Ensuring conformance of interoperability and actually having people
understand what Arrow actually is and what it is not.
2. Having users adopt reference implementations and surrounding libraries.
For 1, I agree we should have a w
On Tue, Sep 17, 2019 at 7:09 PM Jacques Nadeau wrote:
>
> >
> > Let's take an example:
> >
> > * Dremio can execute SQL and uses Arrow as its native runtime format
> > * Apache Spark can execute SQL and offers UDF support with Arrow
> > format, i.e. so using Arrow for IO
> >
> > Both of these proj
>
> Let's take an example:
>
> * Dremio can execute SQL and uses Arrow as its native runtime format
> * Apache Spark can execute SQL and offers UDF support with Arrow
> format, i.e. so using Arrow for IO
>
> Both of these projects can say that they "use Apache Arrow", but the
> extent to which Arro
hi Micah,
On Mon, Sep 16, 2019 at 11:36 PM Micah Kornfield wrote:
>
> 1. Are there particular issues that have cropped up that we should be
> aware of? This might help inform how we go about this.
A simplified version of what is beginning to happen is the following.
A thirdparty project write
1. Are there particular issues that have cropped up that we should be
aware of? This might help inform how we go about this.
2. We should be publishing a matrix of current compliance with the
standard for our existing implementations (this could be the basis of
letting bespoke implementations cl
hi folks,
As Apache Arrow grows more popular, we may acquire some different
kinds of third party developers:
A. Developers who use and, in many cases, contribute to one of the
project's reference implementations
B. Developers who choose to implement the columnar format themselves,
without depend