-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47472: [Doc] Add third-party implementations section #47488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -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` | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
- `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` | ||||||||||||||
Comment on lines
+113
to
+115
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
@kylebarron Any suggestions on the wording here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd suggest making the docs link point to https://kylebarron.dev/arro3/latest/, not github. I'd probably also spell out as below. Not everyone might understand that Python library for Apache Arrow binding to the [Arrow Rust implementation](https://github.com/apache/arrow-rs) |
||||||||||||||
|
||||||||||||||
Implementation Status | ||||||||||||||
===================== | ||||||||||||||
|
||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think as per comments in the issue, nanoarrow can be moved under the list for Official Implementations, cc @paleolimbot (in case you might suggest some changes in the text)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to do it here, but maybe above:
...and removing the nanoarrow-specific section?