Re: [RESULT] [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-24 Thread Kevin Liu
I see datafusion 45.2.0 on pypi now, https://pypi.org/project/datafusion/ Thanks for working on the release everyone! :) Best, Kevin Liu On Sun, Feb 23, 2025 at 5:11 AM Andrew Lamb wrote: > With 5 +1 votes (3 binding) the release is approved. > > The release is available here: > > > https://dis

[RESULT] [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-23 Thread Andrew Lamb
With 5 +1 votes (3 binding) the release is approved. The release is available here: https://dist.apache.org/repos/dist/release/datafusion/datafusion-python-45.2.0 I have also uploaded the release to crates.io https://crates.io/crates/datafusion-python/45.2.0 Andrew On Wed, Feb 19, 2025 at 12:

Re: [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-19 Thread Andy Grove
+1 (binding) Verified on Ubuntu 22.04.5 Thanks, Tim! I did see a bunch of warnings, btw: warning: use of deprecated associated function `pyo3::types::PyModule::new_bound`: renamed to `PyModule::new` --> src/lib.rs:111:27 | 111 | let store = PyModule::new_bound(py, "object_store")?;

Re: [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-19 Thread Tim Saucer
Thank you, Kevin! On Wed, Feb 19, 2025 at 12:59 AM Kevin Liu wrote: > Hey folks, > > Following up on the conversation about pyarrow, v19.0.1 has just been > released on pypi, https://pypi.org/project/pyarrow/. > I reran the test suite using `pyarrow==19.0.1` and verified that all tests > passed.

Re: [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-18 Thread Kevin Liu
Hey folks, Following up on the conversation about pyarrow, v19.0.1 has just been released on pypi, https://pypi.org/project/pyarrow/. I reran the test suite using `pyarrow==19.0.1` and verified that all tests passed. Best, Kevin Liu On Tue, Feb 18, 2025 at 3:04 AM Andrew Lamb wrote: > +1 (bind

Re: [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-18 Thread Andrew Lamb
+1 (binding) I ran the release verification script and it worked well for me on a M3 mac Thanks Tim and everyone else who is verifying these releases (Kevin it is great to see you here, and L.C. your voting participation is amazing!) Andrew On Mon, Feb 17, 2025 at 8:01 PM Kevin Liu wrote: > +

Re: [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-17 Thread Kevin Liu
+1 (non-binding) Thanks for running this release! I was able to run the verification script successfully on M1 Mac. ``` ./dev/release/verify-release-candidate.sh 45.2.0 2 ``` I also verified by running pytest directly, based on https://github.com/apache/datafusion-python/blob/main/dev/release/REA

Re: [VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-17 Thread L. C. Hsieh
+1 (binding) Verified on M4 Mac. Thanks Tim. On Mon, Feb 17, 2025 at 3:15 PM Tim Saucer wrote: > > Hi, > > I would like to propose a release of the Apache DataFusion Python Bindings, > version 45.2.0. > > I have two special notes for this release > - The version is 45.2.0 due to changes I neede

[VOTE] Release DataFusion Python Bindings 45.2.0 RC2

2025-02-17 Thread Tim Saucer
Hi, I would like to propose a release of the Apache DataFusion Python Bindings, version 45.2.0. I have two special notes for this release - The version is 45.2.0 due to changes I needed to make during release candidate testing prior to submitting this for a vote. I would like to revisit next rele