Skip to content

Commit

Permalink
apacheGH-40799: [Doc][Format] Implementation status page should list …
Browse files Browse the repository at this point in the history
…canonical extension types (apache#41053)

### Rationale for this change

Two specifications and one implementation of canonical extension types were added and this should be documented.

### What changes are included in this PR?

This represents current state of canonical extension types.

### Are these changes tested?

No, docs only.

### Are there any user-facing changes?

In so much as they read docs.
* GitHub Issue: apache#40799

Authored-by: Rok Mihevc <[email protected]>
Signed-off-by: Rok Mihevc <[email protected]>
  • Loading branch information
rok committed May 8, 2024
1 parent 92e0e99 commit 105fa03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ Data Types
| Run-End Encoded || || | | | | |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+

+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Canonical | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift |
| Extension types | | | | | | | | |
+=======================+=======+=======+=======+============+=======+=======+=======+=======+
| Fixed shape tensor || | | | | | | |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Variable shape tensor | | | | | | | | |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+

Notes:

* \(1) Casting to/from Float16 in Java is not supported.
Expand Down

0 comments on commit 105fa03

Please sign in to comment.