Re: PyArrow build problem

2022-09-12 Thread Yaron Gvili
OK, I posted in VESA-62. Yaron. From: Sutou Kouhei Sent: Monday, September 12, 2022 8:26 PM To: dev@arrow.apache.org Subject: Re: PyArrow build problem Hi, Ah, this mailing list doesn't accept attachments. Could you upload them to somewhere such as gist and sh

Re: [ANNOUNCE] New Arrow committer: Remzi Yang

2022-09-12 Thread Weston Pace
Congrats Remzi! On Mon, Sep 12, 2022 at 5:42 PM Rok Mihevc wrote: > > Congrats! > > Rok > > On Sun, Sep 11, 2022 at 4:27 AM Ian Joiner wrote: > > > Congrats Remzi! > > > > On Sat, Sep 10, 2022 at 8:12 AM Andrew Lamb wrote: > > > > > On behalf of the Arrow PMC, I'm happy to announce that Remzi Y

Re: [ANNOUNCE] New Arrow committer: Remzi Yang

2022-09-12 Thread Rok Mihevc
Congrats! Rok On Sun, Sep 11, 2022 at 4:27 AM Ian Joiner wrote: > Congrats Remzi! > > On Sat, Sep 10, 2022 at 8:12 AM Andrew Lamb wrote: > > > On behalf of the Arrow PMC, I'm happy to announce that Remzi Yang > > has accepted an invitation to become a committer on Apache > > Arrow. Welcome, an

Re: [ANNOUNCE] New Arrow committer: Yanghong Zhong

2022-09-12 Thread Rok Mihevc
Congrats! Rok On Fri, Sep 9, 2022 at 8:56 AM vin jake wrote: > Congratulations! > > On Fri, Sep 9, 2022 at 2:42 PM Yijie Shen > wrote: > > > Congratulations! > > > > On Fri, Sep 9, 2022 at 2:34 PM Kun Liu wrote: > > > > > Congrats!! > > > > > > Thanks, > > > Kun > > > > > > Matt Topol 于2022年

Re: PyArrow build problem

2022-09-12 Thread Sutou Kouhei
Hi, Ah, this mailing list doesn't accept attachments. Could you upload them to somewhere such as gist and share the URL? Or you can open a Jira issue and continue this because we can attach files on Jira. Thanks, -- kou In "Re: PyArrow build problem" on Mon, 12 Sep 2022 19:36:51 +, Y

Re: Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 12.0.0 RC1

2022-09-12 Thread Remzi Yang
+1 (non-binding). Verified on M1 Mac. Thank you, Andy. On Tue, 13 Sept 2022 at 04:59, Willy Kuo wrote: > +1 (non-binding) > > verified on Intel Mac > > Thanks Andy > > On Tue, Sep 13, 2022 at 4:05 AM Jeremy Dyer wrote: > > > +1 (non-binding) > > > > Thanks for the release efforts Andy. > > > >

Re: Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 12.0.0 RC1

2022-09-12 Thread Willy Kuo
+1 (non-binding) verified on Intel Mac Thanks Andy On Tue, Sep 13, 2022 at 4:05 AM Jeremy Dyer wrote: > +1 (non-binding) > > Thanks for the release efforts Andy. > > Jeremy Dyer > > On Mon, Sep 12, 2022 at 4:02 PM L. C. Hsieh wrote: > > > +1 (binding) > > > > Verified on M1 Mac. > > > > Thank

Re: Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 12.0.0 RC1

2022-09-12 Thread Jeremy Dyer
+1 (non-binding) Thanks for the release efforts Andy. Jeremy Dyer On Mon, Sep 12, 2022 at 4:02 PM L. C. Hsieh wrote: > +1 (binding) > > Verified on M1 Mac. > > Thanks Andy! > > On Mon, Sep 12, 2022 at 12:47 PM Andrew Lamb wrote: > > > > +1 (binding) > > > > Thanks Andy. This is a pretty epic

Re: Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 12.0.0 RC1

2022-09-12 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Andy! On Mon, Sep 12, 2022 at 12:47 PM Andrew Lamb wrote: > > +1 (binding) > > Thanks Andy. This is a pretty epic release. Thanks to everyone who > contributed! > > We should write another blog post soon about all this great work -- I'll > start that conv

Re: Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 12.0.0 RC1

2022-09-12 Thread Andrew Lamb
+1 (binding) Thanks Andy. This is a pretty epic release. Thanks to everyone who contributed! We should write another blog post soon about all this great work -- I'll start that conversation as a github issue shortly Andrew On Mon, Sep 12, 2022 at 2:56 PM Andy Grove wrote: > Hi, > > I would li

Re: Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 12.0.0 RC1

2022-09-12 Thread Daniël Heres
+1 (Binding) Op ma 12 sep. 2022 om 20:55 schreef Andy Grove : > Hi, > > I would like to propose a release of Apache Arrow DataFusion > Implementation, > version 12.0.0. > > This release candidate is based on commit: > 97b3a4b37f54aaa52f8705db3e57b15ee98c24a7 [1] > The proposed release tarball and

Re: PyArrow build problem

2022-09-12 Thread Yaron Gvili
Hi Kou, I'm attaching the cmake log files for the same command with both PYARROW_CMAKE_OPTIONS and CMAKE_PREFIX_PATH set and exported as requested. Thanks, Yaron. From: Sutou Kouhei Sent: Sunday, September 11, 2022 6:03 PM To: dev@arrow.apache.org Subject: Re:

Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 12.0.0 RC1

2022-09-12 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Implementation, version 12.0.0. This release candidate is based on commit: 97b3a4b37f54aaa52f8705db3e57b15ee98c24a7 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please download

Re: [DISC] Improving Arrow's database support

2022-09-12 Thread Neal Richardson
On Mon, Sep 12, 2022 at 12:44 PM David Li wrote: > I like this idea. I would also like to set up some sort of automated ABI > checker as well (the options I found were GPL/LGPL so I need to figure out > how to proceed). > You should be able to use GPL software in CI, that's no problem. You can e

Re: [DISC] Improving Arrow's database support

2022-09-12 Thread David Li
I like this idea. I would also like to set up some sort of automated ABI checker as well (the options I found were GPL/LGPL so I need to figure out how to proceed). I can put up a PR later that formalizes these guidelines in CONTRIBUTING.md. It looks like there's a pre-commit hook for this sor

Re: [DISC] Improving Arrow's database support

2022-09-12 Thread Matthew Topol
Automated semver would be ideal if we can do it. There's quite a lot of utilities that exist which would automatically handle the versioning if we're using conventional commits. On Mon, Sep 12 2022 at 02:26:15 PM +0200, Jacob Wujciak wrote: + 1 to independent, semver versioning for adbc

Re: [DISC] Improving Arrow's database support

2022-09-12 Thread Jacob Wujciak
+ 1 to independent, semver versioning for adbc. I would propose we use conventional commit style [1] commit messages for the pr commits (I assume squash + merge) so we can automate the versioning|double check manual versioning. [1]: https://www.conventionalcommits.org/ On Thu, Sep 8, 2022 at 6:05