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-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 Apache DataFusion Comet 0.6.0 RC1

2025-02-19 Thread Andy Grove
Hi Kevin, I think you were just unlucky with your timing and ran this after the release candidate had been deleted from that repo (we delete the release candidate once the release has been published). Thanks for trying the verification process. Andy. On Mon, Feb 17, 2025 at 12:30 PM Kevin Liu

Re: [VOTE] Release Apache DataFusion Comet 0.6.0 RC1

2025-02-19 Thread Kevin Liu
Ah that makes sense, thanks for following up. I see we sent the last messages within minutes of each other. Thank you for running the release! Best, Kevin Liu On Wed, Feb 19, 2025 at 2:43 PM Andy Grove wrote: > Hi Kevin, > > I think you were just unlucky with your timing and ran this after the