Skip to content

Commit 0ce017b

Browse files
authored
Update Parquet Variant support in status table
Rust supports ParquetVarant, see: https://docs.rs/parquet/58.0.0/parquet/variant/struct.VariantArray.html
1 parent b95645d commit 0ce017b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/status.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Data Types
129129
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
130130
| 8-bit Boolean || || | || | |
131131
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
132-
| Parquet Variant | | || | | | | |
132+
| Parquet Variant | | || | | | | |
133133
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
134134

135135
Notes:

0 commit comments

Comments
 (0)