jorisvandenbossche opened a new pull request, #39980:
URL: https://github.com/apache/arrow/pull/39980

   ### Rationale for this change
   
   We have low-level methods `_import_from_c`/`_export_to_c` for the C Data 
Interface, we can add similar methods for the C Device data interface.
   
   Expanding the Arrow PyCapsule protocol (i.e. a better public API for other 
libraries) is covered by https://github.com/apache/arrow/issues/38325. Because 
of that, we might not want to keep those low-level methods long term (or at 
least we need to have the equivalents using capsules), but for testing it's 
useful to already add those.
   
   
   ### What changes are included in this PR?
   
   For now only added to Array, have to do RecordBatch as well.
   


-- 
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