Skip to content
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

GH-40799: [Doc][Format] Implementation status page should list canonical extension types #41053

Merged
merged 3 commits into from
Apr 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,24 @@ Data Types
| Run-End Encoded | ✓ | | ✓ | | | | | |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+

+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Canonical | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift |
| Extension types | | | | | | | | |
+=====================+=======+=======+=======+============+=======+=======+=======+=======+
| FixedShapeTensor | ✓ | | | | | | | |
+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| VariableShapeTensor | | | | | | | | |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the C++ and Python internal names, should we use the prose spelling instead? "Fixed shape tensor" and "Variable shape tensor"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, thanks for catching this! Fixed.

rok marked this conversation as resolved.
Show resolved Hide resolved
+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+

Notes:

* \(1) Casting to/from Float16 in Java is not supported.
* \(2) Float16 support in C# is only available when targeting .NET 6+.
* \(3) Nested dictionaries not supported

.. seealso::
The :ref:`format_columnar` specification.
The :ref:`format_columnar` and the
:ref:`format_canonical_extensions` specification.


IPC Format
Expand Down
Loading