Re: [VOTE][RUST][DataFusion] Release DataFusion Python Bindings 34.0.0 RC1

2024-01-03 Thread Andrew Lamb
I think you are right -- it seems I have too new a python installed (3.11) andrewlamb@Andrews-MacBook-Pro:~/Software/sqlparser-rs/derive$ python3 --version Python 3.11.6 Thank you for the investigation Andrew On Tue, Jan 2, 2024 at 7:39 PM Andy Grove wrote: > Hi Andrew, > > It looks like the

Re: [VOTE][RUST][DataFusion] Release DataFusion Python Bindings 34.0.0 RC1

2024-01-02 Thread Andy Grove
The vote passes with three binding +1 votes. Thanks, everyone. Source release: https://dist.apache.org/repos/dist/release/arrow/arrow-datafusion-python-34.0.0/ PyPi: https://test.pypi.org/project/datafusion/ On Tue, Jan 2, 2024 at 5:39 PM Andy Grove wrote: > Hi Andrew, > > It looks like the iss

Re: [VOTE][RUST][DataFusion] Release DataFusion Python Bindings 34.0.0 RC1

2024-01-02 Thread Andy Grove
Hi Andrew, It looks like the issue is that numpy 1.21.3 requires a different Python version: 1.21.3 Requires-Python>=3.7,<3.11 I am guessing that you have a Python version that is not within that range? I agree that this should not be a blocker. Thanks, Andy. On Fri, Dec 29, 2023 at 4:18 A

Re: [VOTE][RUST][DataFusion] Release DataFusion Python Bindings 34.0.0 RC1

2023-12-29 Thread Andrew Lamb
I had some trouble running the verification script -- got an error that a specific version of numpy was not available. I am running on an Apple M3 Max. ERROR: No matching distribution found for numpy==1.21.3 However that version does appear to be available: https://pypi.org/project/numpy/1.21.3/

Re: [VOTE][RUST][DataFusion] Release DataFusion Python Bindings 34.0.0 RC1

2023-12-28 Thread vin jake
+1 (binding) Verified on my M1 Mac. Thanks Andy! On Fri, Dec 29, 2023 at 5:42 AM Andy Grove wrote: > Hi, > > I would like to propose a release of Apache Arrow DataFusion Python > Bindings, > version 34.0.0. > > This release candidate is based on commit: > b22f82f3055941dc3599c9a18458a2de163ff4c

Re: [VOTE][RUST][DataFusion] Release DataFusion Python Bindings 34.0.0 RC1

2023-12-28 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Andy. On Thu, Dec 28, 2023 at 1:42 PM Andy Grove wrote: > > Hi, > > I would like to propose a release of Apache Arrow DataFusion Python > Bindings, > version 34.0.0. > > This release candidate is based on commit: > b22f82f3055941dc3599c9a18458a2de163ff4c0