apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
321 stars 64 forks source link

Pyo3 `Bound<'py, T>` api #734

Closed Michael-J-Ward closed 1 week ago

Michael-J-Ward commented 1 week ago

Which issue does this PR close?

Part of #727

Rationale for this change

pyo3 has deprecated their gil-refs api.

See the blog announcement and the migration guide.

What changes are included in this PR?

Migrates to pyo3's Bound api

Are there any user-facing changes?

There should not be.