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

   ### Rationale for this change
   
   Expanding the support internally in pyarrow where we accept objects 
implementing the Arrow PyCapsule interface. This PR adds support in 
`ds.write_dataset()` since we already accept a RecordBatchReader as well.
   
   ### What changes are included in this PR?
   
   `ds.write_dataset()` and `ds.Scanner.from_baches()` now accept any object 
implementing the Arrow PyCapsule interface for streams.
   
   ### Are these changes tested?
   
   Yes
   
   ### Are there any user-facing changes?
   
   No


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