This is an automated email from the ASF dual-hosted git repository.

ianmcook pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 474c675eee MINOR: [Docs] Add Opaque to implementation status matrix 
(#44723)
474c675eee is described below

commit 474c675eee29b2a791d417fa585e74c98c39f9ea
Author: David Li <[email protected]>
AuthorDate: Thu Nov 14 10:14:53 2024 -0500

    MINOR: [Docs] Add Opaque to implementation status matrix (#44723)
    
    Adds the Opaque canonical extension type to the Implementation Status docs 
page
---
 docs/source/status.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/status.rst b/docs/source/status.rst
index 5ab35f7639..83bee8975b 100644
--- a/docs/source/status.rst
+++ b/docs/source/status.rst
@@ -125,6 +125,8 @@ Data Types
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
 | JSON                  | ✓     |       | ✓     |            |       |       | 
      |       |
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
+| Opaque                | ✓     | ✓     | ✓     |            |       |       | 
      |       |
++-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
 | UUID                  | ✓     |       | ✓     |            |       |       | 
      |       |
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
 | 8-bit Boolean         | ✓     |       | ✓     |            |       |       | 
      |       |

Reply via email to