Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1

2024-05-13 Thread Andy Grove
The vote passes with three binding +1 votes. Thank you all. The source release is at https://dist.apache.org/repos/dist/release/datafusion/datafusion-python-37.1.0/ I have also published to PyPi. Thanks, Andy. > On May 10, 2024, at 12:09 PM, L. C. Hsieh wrote: > > I ran the verification scr

Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1

2024-05-10 Thread L. C. Hsieh
I ran the verification script from the repo now. It works. +1 (binding) Verified on M3 Mac. Thanks Andy. On Fri, May 10, 2024 at 10:52 AM Andy Grove wrote: > > Yes, the updated release verification script was merged into the repo after > the release candidate was created, so it is necessary

Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1

2024-05-10 Thread Andy Grove
Yes, the updated release verification script was merged into the repo after the release candidate was created, so it is necessary to run the script from the latest in the repo for now. Would you mind running from the repo this time? > On May 10, 2024, at 9:23 AM, L. C. Hsieh wrote: > > I al

Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1

2024-05-10 Thread L. C. Hsieh
I also got the failure: + curl --silent --show-error --fail --location --remote-name https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-datafusion-python-37.1.0-rc1/apache-arrow-datafusion-python-37.1.0.tar.gz curl: (22) The requested URL returned error: 404 On 2024/05/10 10:30:32 Andrew

Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1

2024-05-10 Thread Andrew Lamb
+1 (binding) Thank you Andy and Michael Ward (and everyone else who contrubuted) I verified on a mac m3 by using the verify script in the repo ~/Software/datafusion-python$ ./dev/release/verify-release-candidate.sh 37.1.0 1 Note that the verification script that was in the tarball did not work f

Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1

2024-05-09 Thread Phillip LeBlanc
on import SessionContext >>> ctx = SessionContext() >>> ctx.register_parquet('taxi', '/Users/phillip/data/taxi_trips.parquet') >>> df = ctx.sql("SELECT * FROM taxi") >>> df From: Phillip LeBlanc Date: Friday, May 10, 2024 at 10:59 AM To: dev@da

Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1

2024-05-09 Thread Phillip LeBlanc
+1 I verified this works in a new conda environment: conda create --name datafusion-python python=3.11 From: Andy Grove Date: Friday, May 10, 2024 at 2:22 AM To: dev@datafusion.apache.org Subject: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1 Hi, I would like to propose a release of th