Skip to content

Commit

Permalink
Update pyo3 in conjunction with arrow2::arrow and arrow-rs::pyarrow s…
Browse files Browse the repository at this point in the history
…upport (#7322)

In preparation of:
- #6811

We want to be able to use the `arrow-rs` pyarrow support to more easily
move data bidirectionally between rust and python.

This required updating our `pyo3` version, which required migrating some
functions to use the new `Bound<>` APIs.

This allowed us to get rid of the old unsafe calls, though adds an extra
step of going pyarrow -> arrow-rs -> arrow.
  • Loading branch information
jleibs authored Aug 31, 2024
1 parent f40cc96 commit cdd5966
Show file tree
Hide file tree
Showing 5 changed files with 457 additions and 122 deletions.
Loading

0 comments on commit cdd5966

Please sign in to comment.