Re: [VOTE][RUST][DataFusion] Release DataFusion Python Bindings 23.0.0 RC2

2023-04-24 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Andy. On Mon, Apr 24, 2023 at 6:13 PM Andy Grove wrote: > > Hi, > > I would like to propose a release of Apache Arrow DataFusion Python > Bindings, > version 23.0.0. > > This release candidate is based on commit: > 14f48408ee56694ca17e6fa67408be626bb56fe0

[VOTE][RUST][DataFusion] Release DataFusion Python Bindings 23.0.0 RC2

2023-04-24 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Python Bindings, version 23.0.0. This release candidate is based on commit: 14f48408ee56694ca17e6fa67408be626bb56fe0 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. The Python whee

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Matt Topol
> Could you share full error log for CMake? Looks like CMake isn't dumping an error log, what Jacob shared is the entirety of the relevant portions of the CMake output. It looks like it's something about Gandiva which is requiring LLVM-16 which isn't available on Manjaro. I tried running the veri

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Sutou Kouhei
Hi, > does v12 make llvm-16 a requirement now? No. If the C++ implementation can't find LLVM 16, it should search LLVM 15, 14 and so on. (I want to see full CMake error log.) Thanks, -- kou In "Re: [VOTE] Release Apache Arrow 12.0.0 - RC0" on Mon, 24 Apr 2023 20:08:59 -0400, Matt Topol

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Sutou Kouhei
Hi, Could you share full error log for CMake? Thanks, -- kou In "Re: [VOTE] Release Apache Arrow 12.0.0 - RC0" on Mon, 24 Apr 2023 19:54:40 +0200, Jacob Wujciak wrote: > I tried verifying on manjaro and ran into a number of issues, most > importantly with our FindLLVMAlt.cmake: > CMake

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Matt Topol
I was able to replicate the same llvm issue that Jacob saw, does v12 make llvm-16 a requirement now? It looks like the `pacman` package manager (Arch, Manjaro and several others) have llvm-15 as the most recent LLVM and clang versions in their repositories. So if we're requiring clang-16 for some r

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Matt Topol
@Jacob I'm currently seeing if i can replicate the Majaro failure you found via a docker image for manjaro. I'll report back If I am and what I figure out. On Mon, Apr 24, 2023 at 3:12 PM Raúl Cumplido wrote: > El lun, 24 abr 2023 a las 18:53, Will Jones > () escribió: > > > > I'm seeing failing

Re: [VOTE] Formalize how to change format

2023-04-24 Thread Matthew Topol
+1 (Non-binding) On Mon, Apr 24, 2023 at 9:12 AM Neal Richardson wrote: > +1, thanks for taking the initiative on this! > > Neal > > On Mon, Apr 24, 2023 at 6:10 AM Andrew Lamb wrote: > > > +1 > > > > > > On Mon, Apr 24, 2023 at 1:55 AM David Li wrote: > > > > > +1 > > > > > > Thanks Kou! > >

[RESULT][VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 23.0.0 RC1

2023-04-24 Thread Andy Grove
Resending with RESULT subject line On Mon, Apr 24, 2023 at 2:50 PM Andy Grove wrote: > The vote passes with seven +1 votes (four binding). Thanks, everyone. > > The source release is available at > https://dist.apache.org/repos/dist/release/arrow/arrow-datafusion-23.0.0/ > > I have published the

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 23.0.0 RC1

2023-04-24 Thread Andy Grove
The vote passes with seven +1 votes (four binding). Thanks, everyone. The source release is available at https://dist.apache.org/repos/dist/release/arrow/arrow-datafusion-23.0.0/ I have published the crates to crates.io Thanks, Andy. On Mon, Apr 24, 2023 at 7:47 AM Jeremy Dyer wrote: > +1 (n

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Raúl Cumplido
El lun, 24 abr 2023 a las 18:53, Will Jones () escribió: > > I'm seeing failing Pandas tests in PyArrow when verifying with > > USE_CONDA=1 dev/release/verify-release-candidate.sh 12.0.0 0 > > pyarrow/tests/test_extension_type.py::test_extension_to_pandas_storage_type[registered_period_type0] > - N

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Jacob Wujciak
I tried verifying on manjaro and ran into a number of issues, most importantly with our FindLLVMAlt.cmake: CMake Warning at cmake_modules/FindLLVMAlt.cmake:58 (find_package): Could not find a configuration file for package "LLVM" that is compatible with requested version "16.0". The following c

Re: [VOTE] Release Apache Arrow 12.0.0 - RC0

2023-04-24 Thread Will Jones
I'm seeing failing Pandas tests in PyArrow when verifying with USE_CONDA=1 dev/release/verify-release-candidate.sh 12.0.0 0 pyarrow/tests/test_extension_type.py::test_extension_to_pandas_storage_type[registered_period_type0] - NotImplementedError: extension> No one else is getting that? On Sun

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 23.0.0 RC1

2023-04-24 Thread Jeremy Dyer
+1 (non binding) verified on ubuntu 22 x86 machine Thanks Andy - Jeremy Dyer On Mon, Apr 24, 2023 at 6:25 AM Andrew Lamb wrote: > +1 > > Thank you Andy > > On Sat, Apr 22, 2023 at 12:15 PM Wayne Xia wrote: > > > +1(non binding) > > > > verified in amd64 linux > > > > Thanks Andy > > > > vin j

Re: [VOTE] Formalize how to change format

2023-04-24 Thread Neal Richardson
+1, thanks for taking the initiative on this! Neal On Mon, Apr 24, 2023 at 6:10 AM Andrew Lamb wrote: > +1 > > > On Mon, Apr 24, 2023 at 1:55 AM David Li wrote: > > > +1 > > > > Thanks Kou! > > > > On Mon, Apr 24, 2023, at 11:53, Sutou Kouhei wrote: > > > +1 > > > > > > In <20230424.103259.664

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 23.0.0 RC1

2023-04-24 Thread Andrew Lamb
+1 Thank you Andy On Sat, Apr 22, 2023 at 12:15 PM Wayne Xia wrote: > +1(non binding) > > verified in amd64 linux > > Thanks Andy > > vin jake : > > > +1(non binding) > > > > verified in M1 mac. > > > > Thanks Andy > > > > > > Will Jones 于 2023年4月22日周六 10:28写道: > > > > > +1 (binding) > > > > >

Re: [VOTE] Formalize how to change format

2023-04-24 Thread Andrew Lamb
+1 On Mon, Apr 24, 2023 at 1:55 AM David Li wrote: > +1 > > Thanks Kou! > > On Mon, Apr 24, 2023, at 11:53, Sutou Kouhei wrote: > > +1 > > > > In <20230424.103259.664806138128874521@clear-code.com> > > "[VOTE] Formalize how to change format" on Mon, 24 Apr 2023 10:32:59 > > +0900 (JST), >