Alex-PLACET commented on code in PR #47488:
URL: https://github.com/apache/arrow/pull/47488#discussion_r2348423030
##########
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`
Review Comment:
```suggestion
- `Sparrow Docs <https://man-group.github.io/sparrow/index.html>`_
:fa:`external-link-alt`
```
--
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]