This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch maint-16.0.0 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 35afd40cb062b73b7dca6452ddd8ed1a03695196 Author: Rok Mihevc <[email protected]> AuthorDate: Mon Apr 8 20:37:52 2024 +0200 GH-40799: [Doc][Format] Implementation status page should list canonical extension types (#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: #40799 Authored-by: Rok Mihevc <[email protected]> Signed-off-by: Rok Mihevc <[email protected]> --- docs/source/status.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/source/status.rst b/docs/source/status.rst index 71d33eaa65..dc60b311a1 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -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. @@ -118,7 +127,8 @@ Notes: * \(3) Nested dictionaries not supported .. seealso:: - The :ref:`format_columnar` specification. + The :ref:`format_columnar` and the + :ref:`format_canonical_extensions` specification. IPC Format
