jorisvandenbossche commented on PR #40818: URL: https://github.com/apache/arrow/pull/40818#issuecomment-2026901135
OK, updated this PR with the suggestion for the `pa.field()` API, and further also added support for the protocol in `pa.chunked_array()` (we recently added support to ChunkedArray for the C interface, but also here didn't yet have a public API to consume this). With that, I think we have a public consume function or method for all cases (DataType is covered through `pa.field()`), and I also added a table to the documentation listing all the different functions that can be used to create pyarrow objects using the protocol. -- 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]
