With 3 +1 votes the release is approved.
The release is available here:
https://dist.apache.org/repos/dist/release/arrow/arrow-rs-9.1.0
All that's left is to publish to crates.io, i'm now an owner on crates.io,
so I can't publish the new crates.
@Andrew Lamb may you please add me as an owner
Hi Neville,
I have invited you to become an owner on the Arrow/DataFusion crates.
Thanks,
Andy.
On Tue, Feb 22, 2022 at 10:25 AM Neville Dipale
wrote:
> With 3 +1 votes the release is approved.
>
> The release is available here:
> https://dist.apache.org/repos/dist/release/arrow/arrow-rs-
Thanks Andy, I didn't get invites for parquet, parquet-derive and
arrow-flight
On Tue, 22 Feb 2022 at 19:58, Andy Grove wrote:
> Hi Neville,
>
> I have invited you to become an owner on the Arrow/DataFusion crates.
>
> Thanks,
>
> Andy.
>
>
>
> On Tue, Feb 22, 2022 at 10:25 AM Neville Dipale
>
You should have those now. Let me know if I missed any others.
On Tue, Feb 22, 2022 at 11:13 AM Neville Dipale
wrote:
> Thanks Andy, I didn't get invites for parquet, parquet-derive and
> arrow-flight
>
> On Tue, 22 Feb 2022 at 19:58, Andy Grove wrote:
>
> > Hi Neville,
> >
> > I have invited y
All the crates are now released
https://crates.io/crates/arrow
https://crates.io/crates/arrow-flight
https://crates.io/crates/parquet
https://crates.io/crates/parquet_derive
On Tue, 22 Feb 2022 at 20:16, Andy Grove wrote:
> You should have those now. Let me know if I missed any others.
>
> On T
Hello all,
Perhaps a bit of a dumb question, but going through the Flight codebase I
noticed this:
https://github.com/apache/arrow/blob/5680d209fd870f99134e2d7299b47acd90fabb8e/java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlExample.java#L182-L183
public class Fl
Hi Gavin,
This is a great idea and very much could be done. It's a possible way to
expose a Flight SQL Producer for any JDBC compatible database.
We hadn't done this originally as we intended the Derby Flight SQL producer
to be used purely as a platform for testing the FlightSQL stack (that's why