This is an automated email from the ASF dual-hosted git repository.
alamb 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 0ce017bf9d Update Parquet Variant support in status table
0ce017bf9d is described below
commit 0ce017bf9ddfc6b5439770cd28982b3e5f272bed
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Apr 15 11:51:21 2026 -0400
Update Parquet Variant support in status table
Rust supports ParquetVarant, see:
https://docs.rs/parquet/58.0.0/parquet/variant/struct.VariantArray.html
---
docs/source/status.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/status.rst b/docs/source/status.rst
index f9174e7288..6379741878 100644
--- a/docs/source/status.rst
+++ b/docs/source/status.rst
@@ -129,7 +129,7 @@ Data Types
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| 8-bit Boolean | ✓ | | ✓ | | | ✓ |
| |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| Parquet Variant | | | ✓ | | | |
| |
+| Parquet Variant | | | ✓ | | | ✓ |
| |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
Notes: