Re: [VOTE] Bulk ingestion support for Flight SQL (vote #2)

2024-04-05 Thread Jacob Wujciak
+1 (non-binding) Am Sa., 6. Apr. 2024 um 01:40 Uhr schrieb Sutou Kouhei : > +1 > > In <883d16f7-6221-4e93-a19a-df6d2204c...@app.fastmail.com> > "[VOTE] Bulk ingestion support for Flight SQL (vote #2)" on Fri, 05 Apr > 2024 17:37:57 +0900, > "David Li" wrote: > > > Hello, > > > > Joel Lubinit

Re: [VOTE] Add new info codes and options keys to ADBC specification

2024-04-05 Thread Jacob Wujciak
+ 1 (non-binding) Am Sa., 6. Apr. 2024 um 01:57 Uhr schrieb Joel Lubinitsky < joell...@gmail.com>: > Yes, just updated both the issue and the PR. > > Thanks, > Joel > > On Fri, Apr 5, 2024 at 7:51 PM Sutou Kouhei wrote: > > > +1 > > > > Could you also update the description of > > https://github

Re: [VOTE] Add new info codes and options keys to ADBC specification

2024-04-05 Thread Joel Lubinitsky
Yes, just updated both the issue and the PR. Thanks, Joel On Fri, Apr 5, 2024 at 7:51 PM Sutou Kouhei wrote: > +1 > > Could you also update the description of > https://github.com/apache/arrow-adbc/issues/1650 ? > > Thanks, > -- > kou > > In > "Re: [VOTE] Add new info codes and options keys

Re: [VOTE] Add new info codes and options keys to ADBC specification

2024-04-05 Thread Sutou Kouhei
+1 Could you also update the description of https://github.com/apache/arrow-adbc/issues/1650 ? Thanks, -- kou In "Re: [VOTE] Add new info codes and options keys to ADBC specification" on Fri, 05 Apr 2024 15:39:33 -, Joel Lubinitsky wrote: > Update on this: > > I've removed ADBC_INF

Re: [VOTE] Bulk ingestion support for Flight SQL (vote #2)

2024-04-05 Thread Sutou Kouhei
+1 In <883d16f7-6221-4e93-a19a-df6d2204c...@app.fastmail.com> "[VOTE] Bulk ingestion support for Flight SQL (vote #2)" on Fri, 05 Apr 2024 17:37:57 +0900, "David Li" wrote: > Hello, > > Joel Lubinitsky has proposed adding bulk ingestion support to Arrow Flight > SQL [1]. This provides a p

[RESULT] Re: [VOTE] Protocol for Dissociated Arrow IPC Transports

2024-04-05 Thread Matt Topol
The vote carries with 3 binding +1 votes, 1 non-binding +1 vote, and no -1 votes. I'll put together a PR for the Arrow docs laying out the spec and marking it experimental. Thanks everyone! --Matt On Tue, Apr 2, 2024 at 2:56 PM Weston Pace wrote: > Forgot link: > > [1] > > https://developer.m

Re: Upgrading Java version in build toolchain

2024-04-05 Thread Dane Pitkin
I think we can revisit the discussion soon for dropping Java 8 altogether, since Spark will release 4.0 in ~June supporting Java 17+ at runtime. I'm curious how big of an effort it would be to get your proposal implemented. Would you be willing to draft a PR so we can see what types of changes are

Re: [VOTE] Add new info codes and options keys to ADBC specification

2024-04-05 Thread Joel Lubinitsky
Update on this: I've removed ADBC_INFO_VENDOR_READ_ONLY from the proposal. The change is reflected in this commit [1] on the original PR [2]. The numbers corresponding to each of the other info codes have been decremented by 1 to fill the gap in numbering. The reason is that a similar option a

Re: [VOTE] Bulk ingestion support for Flight SQL (vote #2)

2024-04-05 Thread Jean-Baptiste Onofré
+1 (non binding) Regards JB On Fri, Apr 5, 2024 at 10:37 AM David Li wrote: > > Hello, > > Joel Lubinitsky has proposed adding bulk ingestion support to Arrow Flight > SQL [1]. This provides a path for uploading an Arrow dataset to a Flight SQL > server to create or append to a table, without

Re: [VOTE] Bulk ingestion support for Flight SQL (vote #2)

2024-04-05 Thread Matt Topol
+1 (binding) On Fri, Apr 5, 2024, 5:25 AM Joel Lubinitsky wrote: > Thanks David, > > Just a minor correction: The reference implementation is at [1]. The link > in your message is to an earlier version of the PR that has been closed. > > My vote: +1 > > [1]: https://github.com/apache/arrow/pull/

Re: Arrow board report due April 10

2024-04-05 Thread Andy Grove
Thanks for all the contributions so far. Although the report does not need to be submitted until 4/10, I plan on submitting it tomorrow (4/6) since I am traveling from Sunday. Please let me know if this is an issue. Thanks, Andy. On Sat, Mar 30, 2024 at 11:06 AM Andy Grove wrote: > It is time

Re: [VOTE] Bulk ingestion support for Flight SQL (vote #2)

2024-04-05 Thread Joel Lubinitsky
Thanks David, Just a minor correction: The reference implementation is at [1]. The link in your message is to an earlier version of the PR that has been closed. My vote: +1 [1]: https://github.com/apache/arrow/pull/38385 Thanks, Joel On Fri, Apr 5, 2024 at 4:38 AM David Li wrote: > Hello, >

[VOTE] Bulk ingestion support for Flight SQL (vote #2)

2024-04-05 Thread David Li
Hello, Joel Lubinitsky has proposed adding bulk ingestion support to Arrow Flight SQL [1]. This provides a path for uploading an Arrow dataset to a Flight SQL server to create or append to a table, without having to know the specifics of the SQL or Substrait support on the server. The functiona