Re: [VOTE] Release Apache Arrow ADBC 0.5.1 - RC1

2023-06-23 Thread Dewey Dunnington
+1! I ran USE_CONDA=1 TEST_APT=0 TEST_YUM=0 ./verify-release-candidate.sh 0.5.1 1 on MacOS M1. On Fri, Jun 23, 2023 at 8:50 PM David Li wrote: > > My vote: +1 (Ubuntu Linux 20.04/x86_64; macOS 13.4/AArch64) > > On Fri, Jun 23, 2023, at 17:51, Matt Topol wrote: > > +1 tested on Pop!_Os 22.04

Re: [VOTE] Release Apache Arrow ADBC 0.5.1 - RC1

2023-06-23 Thread David Li
My vote: +1 (Ubuntu Linux 20.04/x86_64; macOS 13.4/AArch64) On Fri, Jun 23, 2023, at 17:51, Matt Topol wrote: > +1 tested on Pop!_Os 22.04 with go 1.19 > > On Fri, Jun 23, 2023, 4:52 PM Sutou Kouhei wrote: > >> +1 >> >> I ran the following on Debian GNU/Linux sid: >> >>

Re: [VOTE] Release Apache Arrow ADBC 0.5.1 - RC1

2023-06-23 Thread Matt Topol
+1 tested on Pop!_Os 22.04 with go 1.19 On Fri, Jun 23, 2023, 4:52 PM Sutou Kouhei wrote: > +1 > > I ran the following on Debian GNU/Linux sid: > > JAVA_HOME=/usr/lib/jvm/default-java \ > dev/release/verify-release-candidate.sh 0.5.1 1 > > with: > > * Python 3.11.4 > * g++ (Debian

Re: [VOTE] Release Apache Arrow ADBC 0.5.1 - RC1

2023-06-23 Thread Sutou Kouhei
+1 I ran the following on Debian GNU/Linux sid: JAVA_HOME=/usr/lib/jvm/default-java \ dev/release/verify-release-candidate.sh 0.5.1 1 with: * Python 3.11.4 * g++ (Debian 12.3.0-4) 12.3.0 * go version go1.20.5 linux/amd64 * openjdk version "17.0.7" 2023-04-18 * ruby 3.1.2p20

Re: [Python][Discuss] PyArrow Dataset as a Python protocol

2023-06-23 Thread Weston Pace
> The trouble is that Dataset was not designed to serve as a > general-purpose unmaterialized dataframe. For example, the PyArrow > Dataset constructor [5] exposes options for specifying a list of > source files and a partitioning scheme, which are irrelevant for many > of the applications that

Re: [Python][Discuss] PyArrow Dataset as a Python protocol

2023-06-23 Thread Will Jones
Thanks Ian for your extensive feedback. I strongly agree with the comments made by David, > Weston, and Dewey arguing that we should avoid any use of PyArrow > expressions in this API. Expressions are an implementation detail of > PyArrow, not a part of the Arrow standard. It would be much safer

[DISCUSS] Possibility of 12.0.2 release

2023-06-23 Thread Bryan Cutler
Hi All, I recently became aware of CVE issue https://github.com/advisories/GHSA-6mjq-h674-j845 with the Java netty libraries and using the fixed Netty library in version 4.1.94.Final required a patch for Arrow, already merged in https://github.com/apache/arrow/issues/36209. I know the freeze for

Re: [RESULT][VOTE] Release Apache Arrow nanoarrow 0.2.0 - RC1

2023-06-23 Thread Dewey Dunnington
Ok! Post-release tasks are complete. Thank you all! [x] Closed GitHub milestone [x] Added release to Apache Reporter System [x] Uploaded artifacts to Subversion [x] Created GitHub release [x] Submit R package to CRAN [x] Sent announcement to annou...@apache.org [x] Release blog post [2] [x]

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Dewey Dunnington
Thank you everybody for the welcome! I'm honoured! On Fri, Jun 23, 2023 at 2:41 PM David Li wrote: > > Welcome Dewey! > > On Fri, Jun 23, 2023, at 13:37, Weston Pace wrote: > > Congrats Dewey! > > > > On Fri, Jun 23, 2023 at 9:00 AM Antoine Pitrou wrote: > > > >> > >> Welcome to the PMC Dewey!

[ANNOUNCE] Apache Arrow nanoarrow 0.2.0 Released

2023-06-23 Thread Dewey Dunnington
The Apache Arrow community is pleased to announce the 0.2.0 release of Apache Arrow nanoarrow. This initial release covers 19 resolved issues from 6 contributors[1]. The release is available now from [2]. Release notes are available at:

Re: [Python][Discuss] PyArrow Dataset as a Python protocol

2023-06-23 Thread Ian Cook
Thanks Will for this proposal! For anyone familiar with PyArrow, this idea has a clear intuitive logic to it. It provides an expedient solution to the current lack of a practical means for interchanging "unmaterialized dataframes" between different Python libraries. To elaborate on that: If you

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread David Li
Welcome Dewey! On Fri, Jun 23, 2023, at 13:37, Weston Pace wrote: > Congrats Dewey! > > On Fri, Jun 23, 2023 at 9:00 AM Antoine Pitrou wrote: > >> >> Welcome to the PMC Dewey! >> >> >> Le 23/06/2023 à 16:59, Joris Van den Bossche a écrit : >> > Congrats Dewey! >> > >> > On Fri, 23 Jun 2023 at

Re: [DISCUSS][Format][Flight] Result set expiration support

2023-06-23 Thread David Li
That sort of thing can be handled by the client, though (and note it says that the error is if the statement is closed, not finished). So it doesn't seem strictly necessary, though it would allow a client to express intent. On Fri, Jun 23, 2023, at 13:25, Weston Pace wrote: > One small

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Weston Pace
Congrats Dewey! On Fri, Jun 23, 2023 at 9:00 AM Antoine Pitrou wrote: > > Welcome to the PMC Dewey! > > > Le 23/06/2023 à 16:59, Joris Van den Bossche a écrit : > > Congrats Dewey! > > > > On Fri, 23 Jun 2023 at 16:54, Jacob Wujciak-Jens > > wrote: > >> > >> Well deserved! Congratulations

Re: [DISCUSS][Format][Flight] Result set expiration support

2023-06-23 Thread Weston Pace
One small difference seems to be that Close is idempotent and Cancel is not. > void cancel() > throws SQLException > > Cancels this Statement object if both the DBMS and driver support aborting an SQL statement. This method can be used by one thread to cancel a statement that is being

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Antoine Pitrou
Welcome to the PMC Dewey! Le 23/06/2023 à 16:59, Joris Van den Bossche a écrit : Congrats Dewey! On Fri, 23 Jun 2023 at 16:54, Jacob Wujciak-Jens wrote: Well deserved! Congratulations Dewey! Ian Cook schrieb am Fr., 23. Juni 2023, 16:32: Congratulations Dewey! On Fri, Jun 23, 2023

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Joris Van den Bossche
Congrats Dewey! On Fri, 23 Jun 2023 at 16:54, Jacob Wujciak-Jens wrote: > > Well deserved! Congratulations Dewey! > > Ian Cook schrieb am Fr., 23. Juni 2023, 16:32: > > > Congratulations Dewey! > > > > On Fri, Jun 23, 2023 at 10:03 AM Matt Topol > > wrote: > > > > > > Congrats Dewey!! > > > >

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Jacob Wujciak-Jens
Well deserved! Congratulations Dewey! Ian Cook schrieb am Fr., 23. Juni 2023, 16:32: > Congratulations Dewey! > > On Fri, Jun 23, 2023 at 10:03 AM Matt Topol > wrote: > > > > Congrats Dewey!! > > > > On Fri, Jun 23, 2023, 9:35 AM Dane Pitkin > > wrote: > > > > > Congrats Dewey! > > > > > > On

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Ian Cook
Congratulations Dewey! On Fri, Jun 23, 2023 at 10:03 AM Matt Topol wrote: > > Congrats Dewey!! > > On Fri, Jun 23, 2023, 9:35 AM Dane Pitkin > wrote: > > > Congrats Dewey! > > > > On Fri, Jun 23, 2023 at 9:15 AM Nic Crane wrote: > > > > > Well-deserved Dewey, congratulations! > > > > > > On

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Matt Topol
Congrats Dewey!! On Fri, Jun 23, 2023, 9:35 AM Dane Pitkin wrote: > Congrats Dewey! > > On Fri, Jun 23, 2023 at 9:15 AM Nic Crane wrote: > > > Well-deserved Dewey, congratulations! > > > > On Fri, 23 Jun 2023 at 11:53, Vibhatha Abeykoon > > wrote: > > > > > Congratulations Dewey! > > > > > >

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Dane Pitkin
Congrats Dewey! On Fri, Jun 23, 2023 at 9:15 AM Nic Crane wrote: > Well-deserved Dewey, congratulations! > > On Fri, 23 Jun 2023 at 11:53, Vibhatha Abeykoon > wrote: > > > Congratulations Dewey! > > > > On Fri, Jun 23, 2023 at 4:16 PM Alenka Frim > .invalid> > > wrote: > > > > >

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Nic Crane
Well-deserved Dewey, congratulations! On Fri, 23 Jun 2023 at 11:53, Vibhatha Abeykoon wrote: > Congratulations Dewey! > > On Fri, Jun 23, 2023 at 4:16 PM Alenka Frim .invalid> > wrote: > > > Congratulations Dewey!!  > > > > On Fri, Jun 23, 2023 at 12:10 PM Raúl Cumplido > > wrote: > > > > >

Re: [RESULT][VOTE] Release Apache Arrow nanoarrow 0.2.0 - RC1

2023-06-23 Thread Dewey Dunnington
Thanks for offering! Sorry for being slow to update the thread...David Li ran the upload script yesterday. -dewey On Thu, Jun 22, 2023 at 11:59 PM Sutou Kouhei wrote: > > Hi, > > > I believe the upload step requires a PMC member to run the script > > I can do it. Can I run >

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Vibhatha Abeykoon
Congratulations Dewey! On Fri, Jun 23, 2023 at 4:16 PM Alenka Frim wrote: > Congratulations Dewey!!  > > On Fri, Jun 23, 2023 at 12:10 PM Raúl Cumplido > wrote: > > > Congratulations Dewey! > > > > El vie, 23 jun 2023, 11:55, Andrew Lamb escribió: > > > > > The Project Management Committee

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Alenka Frim
Congratulations Dewey!!  On Fri, Jun 23, 2023 at 12:10 PM Raúl Cumplido wrote: > Congratulations Dewey! > > El vie, 23 jun 2023, 11:55, Andrew Lamb escribió: > > > The Project Management Committee (PMC) for Apache Arrow has invited > > Dewey Dunnington (paleolimbot) to become a PMC member and

Re: [ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Raúl Cumplido
Congratulations Dewey! El vie, 23 jun 2023, 11:55, Andrew Lamb escribió: > The Project Management Committee (PMC) for Apache Arrow has invited > Dewey Dunnington (paleolimbot) to become a PMC member and we are pleased to > announce > that Dewey Dunnington has accepted. > > Congratulations and

[ANNOUNCE] New Arrow PMC member: Dewey Dunnington

2023-06-23 Thread Andrew Lamb
The Project Management Committee (PMC) for Apache Arrow has invited Dewey Dunnington (paleolimbot) to become a PMC member and we are pleased to announce that Dewey Dunnington has accepted. Congratulations and welcome!

Re: [DISCUSS][Format][Flight] Result set expiration support

2023-06-23 Thread Sutou Kouhei
Hi, Thanks for sharing your thoughts. OK. I'll change the current specifications/implementations to the followings: * Remove CloseFlightInfo (if nobody objects it) * RefreshFlightEndpoint -> RenewFlightEndpoint * RenewFlightEndpoint(FlightEndpoint) ->

Re: [DISCUSS][Format][Flight] Result set expiration support

2023-06-23 Thread Sutou Kouhei
Hi, Could someone who is familiar with JDBC explain the behavior of cancel/close for UPDATE/INSERT case? If we can't find any useful use-case for providing both of cancel and close, we'll provide only cancel in this proposal. If we find an useful use-case for it, we can add close later.

Re: [DISCUSS][Format][Flight] Result set expiration support

2023-06-23 Thread Sutou Kouhei
Hi, Sorry. I was wrong. I tried it locally and got no build error. We added "deprecated" metadata in this case. So I thought that we get some deprecated warnings and they are treated as errors in CI. > At worse, you can include the changes necessary for it to compile > cleanly, without adding