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.
+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")?;
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
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