kylebarron opened a new issue, #5067:
URL: https://github.com/apache/arrow-rs/issues/5067

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   There's existing support for interop with Python via the C data interface in 
[`arrow::pyarrow`](https://docs.rs/arrow/latest/arrow/pyarrow/index.html). 
   
   As of pyarrow v14, there's a new specification for Python-based interop, 
called the [Arrow PyCapsule 
Interface](https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html).
 In particular, this allows interfacing with _any_ arrow-based Python library, 
instead of only pyarrow. It also ensures memory doesn't leak if the capsule 
isn't used.
   
   **Describe the solution you'd like**
   Updates to the Python interop to support the new capsule-based approach.
   
   **Describe alternatives you've considered**
   
   
   **Additional context**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to