Re: [FlightSQL] Higher-level facade API to increase adoption/audience? Or does this belong as a personal project

2022-03-14 Thread Micah Kornfield
Hi Julian, > I like Gavin’s idea of a data-frame API. But Gavin, if you want to make it > successful, build it on top of the leading API in each language (which in > Java would be FlightSQL’s JDBC driver). I don’t see a good reason to expose > through your API the fact that FlightSQL is

Re: [FlightSQL] Higher-level facade API to increase adoption/audience? Or does this belong as a personal project

2022-03-14 Thread Julian Hyde
When I read “language-agnostic standard for data access” I cringed a little. (See [1].) Sure, it’s fun to create a new standard. But if your standard is successful, there will need to be a huge amount of work changing existing code to use your standard. That effort might even be difference

Re: [FlightSQL] Higher-level facade API to increase adoption/audience? Or does this belong as a personal project

2022-03-14 Thread Micah Kornfield
> > Could you expand on what exactly you mean by this? Still a bit blurry on the best-practices behind sending > the Arrow response in Flight and seems like an important point. My understanding is that VectorSchemaRoot was designed to act as a buffer in various parts of a data processing

Re: [RUST][DataFusion] Renaming and refactoring towards multi-tenancy

2022-03-14 Thread Kun Liu
Thanks for @Andrew pointing out this issue. I think the intention of this refactor is reasonable for me. Different connection from ballast-cli/datafusion-cli should have their own configuration and environment. Andrew Lamb 于2022年3月12日周六 20:10写道: > Greetings to DataFusion user and developers.

Re: [VOTE] Release Apache Arrow 7.0.0 - Java artifacts

2022-03-14 Thread Kun Liu
Thanks all David Li 于2022年3月15日周二 06:31写道: > Artifacts should be available through Maven now. > > On Mon, Mar 14, 2022, at 17:04, David Li wrote: > > The vote carries with 3 binding votes and 6 non-binding votes. > > > > I'll release the artifacts next. > > > > On Mon, Mar 14, 2022, at 15:50,

Re: [ANNOUNCE] New Arrow committers: Raphael Taylor-Davies, Wang Xudong, Yijie Shen, and Kun Liu

2022-03-14 Thread Vibhatha Abeykoon
Congratulations to all of you !!! On Tue, Mar 15, 2022 at 1:34 AM Jorge Cardoso Leitão < jorgecarlei...@gmail.com> wrote: > Congrats to all of you - well deserved! > > On Mon, Mar 14, 2022, 20:47 Bryan Cutler wrote: > > > Congrats to all! > > > > On Thu, Mar 10, 2022 at 12:11 AM Alenka Frim >

Re: [DISCUSS][Rust] Performance Measurements (was Biweekly sync call for arrow/datafusion again?)

2022-03-14 Thread Bob Tinsman
Thanks for pulling this out from the long thread... On Sat, Mar 12, 2022 at 3:06 AM Andrew Lamb wrote: > Hi Bob, > > > - By "pipeline-breaking" I assume you mean "very slow", but can you give > me > details? Does this arise from some particular observation, or other > reported issues? > > In

Re: [VOTE] Release Apache Arrow 7.0.0 - Java artifacts

2022-03-14 Thread David Li
Artifacts should be available through Maven now. On Mon, Mar 14, 2022, at 17:04, David Li wrote: > The vote carries with 3 binding votes and 6 non-binding votes. > > I'll release the artifacts next. > > On Mon, Mar 14, 2022, at 15:50, Micah Kornfield wrote: >> +1 (binding) >> >> On Mon, Mar 14,

Re: [VOTE] Release Apache Arrow 7.0.0 - Java artifacts

2022-03-14 Thread David Li
The vote carries with 3 binding votes and 6 non-binding votes. I'll release the artifacts next. On Mon, Mar 14, 2022, at 15:50, Micah Kornfield wrote: > +1 (binding) > > On Mon, Mar 14, 2022 at 12:43 PM Bryan Cutler wrote: > >> +1 (non-binding) >> >> On Mon, Mar 14, 2022 at 10:26 AM David Li

Re: [ANNOUNCE] New Arrow committers: Raphael Taylor-Davies, Wang Xudong, Yijie Shen, and Kun Liu

2022-03-14 Thread Jorge Cardoso Leitão
Congrats to all of you - well deserved! On Mon, Mar 14, 2022, 20:47 Bryan Cutler wrote: > Congrats to all! > > On Thu, Mar 10, 2022 at 12:11 AM Alenka Frim > wrote: > > > Congratulations all! > > > > On Thu, Mar 10, 2022 at 1:55 AM Yang hao <1371656737...@gmail.com> > wrote: > > > > >

Re: [VOTE] Release Apache Arrow 7.0.0 - Java artifacts

2022-03-14 Thread Micah Kornfield
+1 (binding) On Mon, Mar 14, 2022 at 12:43 PM Bryan Cutler wrote: > +1 (non-binding) > > On Mon, Mar 14, 2022 at 10:26 AM David Li wrote: > > > My vote: +1 (binding) > > > > Are any other PMC members able to take a quick look? > > > > Thanks, > > David > > > > On Sat, Mar 12, 2022, at 07:31,

Re: [ANNOUNCE] New Arrow committers: Raphael Taylor-Davies, Wang Xudong, Yijie Shen, and Kun Liu

2022-03-14 Thread Bryan Cutler
Congrats to all! On Thu, Mar 10, 2022 at 12:11 AM Alenka Frim wrote: > Congratulations all! > > On Thu, Mar 10, 2022 at 1:55 AM Yang hao <1371656737...@gmail.com> wrote: > > > Congratulations to all! > > > > From: Benson Muite > > Date: Thursday, March 10, 2022 at 03:45 > > To:

Re: [VOTE] Release Apache Arrow 7.0.0 - Java artifacts

2022-03-14 Thread Bryan Cutler
+1 (non-binding) On Mon, Mar 14, 2022 at 10:26 AM David Li wrote: > My vote: +1 (binding) > > Are any other PMC members able to take a quick look? > > Thanks, > David > > On Sat, Mar 12, 2022, at 07:31, Kun Liu wrote: > > +1 non-binding > > just uploaded the missing pom and don't need to

Re: [VOTE] Release Apache Arrow 7.0.0 - Java artifacts

2022-03-14 Thread David Li
My vote: +1 (binding) Are any other PMC members able to take a quick look? Thanks, David On Sat, Mar 12, 2022, at 07:31, Kun Liu wrote: > +1 non-binding > just uploaded the missing pom and don't need to release the 7.0.1 > > Thanks, > Kun > > > Rafael Telles 于2022年3月12日周六 04:18写道: > >> +1 >>

Re: [FlightSQL] Higher-level facade API to increase adoption/audience? Or does this belong as a personal project

2022-03-14 Thread Andrew Lamb
It may be only tangentially related but as the Rust implementation works on arrow Flight (e.g. [1]) we are also working to make the API easier to work with. In the Rust case, however, we are currently working to hide some of the lower level gRPC details, which may not be so cumbersome in other