paleolimbot commented on code in PR #47488:
URL: https://github.com/apache/arrow/pull/47488#discussion_r2353046941


##########
docs/source/implementations.rst:
##########
@@ -85,6 +85,35 @@ designed to help produce and consume Arrow data.
      - `nanoarrow Docs <https://arrow.apache.org/nanoarrow>`_ 
:fa:`external-link-alt`
      - `nanoarrow Source <http://github.com/apache/arrow-nanoarrow>`_
 
+Third-party Implementations
+============================
+
+The following open-source projects provide additional implementations of 
Apache Arrow:
+
+.. list-table::
+   :header-rows: 1
+
+   * - Project
+     - Language
+     - Description
+     - Docs
+     - Source
+   * - cuDF
+     - Python/C++/CUDA
+     - GPU DataFrames with Apache Arrow compatibility
+     - `cuDF Docs <https://docs.rapids.ai/api/cudf/stable/>`_ 
:fa:`external-link-alt`
+     - `cuDF Source <https://github.com/rapidsai/cudf>`_ 
:fa:`external-link-alt`
+   * - Sparrow
+     - C++
+     - C++20 implementation of Apache Arrow
+     - `Sparrow Docs <https://github.com/man-group/sparrow>`_ 
:fa:`external-link-alt`
+     - `Sparrow Source <https://github.com/man-group/sparrow>`_ 
:fa:`external-link-alt`
+   * - arro3
+     - Python
+     - Python library for Apache Arrow using WebAssembly
+     - `arro3 Docs <https://github.com/kylebarron/arro3>`_ 
:fa:`external-link-alt`
+     - `arro3 Source <https://github.com/kylebarron/arro3>`_ 
:fa:`external-link-alt`

Review Comment:
   ```suggestion
        - Python library for Apache Arrow using arrow-rs
        - `arro3 Docs <https://github.com/kylebarron/arro3>`_ 
:fa:`external-link-alt`
        - `arro3 Source <https://github.com/kylebarron/arro3>`_ 
:fa:`external-link-alt`
   ```
   
   @kylebarron Any suggestions on the wording here?



##########
docs/source/implementations.rst:
##########
@@ -85,6 +85,35 @@ designed to help produce and consume Arrow data.
      - `nanoarrow Docs <https://arrow.apache.org/nanoarrow>`_ 
:fa:`external-link-alt`
      - `nanoarrow Source <http://github.com/apache/arrow-nanoarrow>`_
 
+Third-party Implementations

Review Comment:
   No need to do it here, but maybe above:
   
   ```
      * - C (GLib)
        - :doc:`C GLib Docs<c_glib/index>`
      * - C (Native) (or: Minimal?)
        - `nanoarrow Docs <https://arrow.apache.org/nanoarrow>`_ 
:fa:`external-link-alt`
        - `nanoarrow Source <http://github.com/apache/arrow-nanoarrow>`_
   ```
   
   ...and removing the nanoarrow-specific section?



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