raulcd commented on code in PR #49550: URL: https://github.com/apache/arrow/pull/49550#discussion_r2986316364
########## docs/source/python/extending_types.rst: ########## @@ -78,6 +78,73 @@ A :class:`DataType` can be created by consuming the schema-compatible object using :func:`pyarrow.field` and then accessing the ``.type`` of the resulting Field. +The PyCapsule Interface has been adopted by a number of libraries in the Python +ecosystem. The following table provides an overview of the current implementation +status (see `the tracking issue <https://github.com/apache/arrow/issues/39195>`__ +for the latest updates): + +.. list-table:: PyCapsule Interface Implementation Status + :header-rows: 1 + + * - Library + - Status + * - `altair <https://github.com/vega/altair/issues/3568>`__ + - Not yet implemented Review Comment: ```suggestion - ✗ ``` ########## docs/source/python/extending_types.rst: ########## @@ -78,6 +78,73 @@ A :class:`DataType` can be created by consuming the schema-compatible object using :func:`pyarrow.field` and then accessing the ``.type`` of the resulting Field. +The PyCapsule Interface has been adopted by a number of libraries in the Python +ecosystem. The following table provides an overview of the current implementation +status (see `the tracking issue <https://github.com/apache/arrow/issues/39195>`__ +for the latest updates): + +.. list-table:: PyCapsule Interface Implementation Status + :header-rows: 1 + + * - Library + - Status + * - `altair <https://github.com/vega/altair/issues/3568>`__ + - Not yet implemented + * - `arro3 <https://github.com/kylebarron/arro3>`__ + - Implemented Review Comment: ```suggestion - ✓ ``` -- 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]
