Skip to content

Commit b153791

Browse files
authored
MINOR: [Docs] Update implementation matrix for view types in arrow-rs (#44175)
### Rationale for this change BinaryView and Utf8View are now supported in arrow-rs [as of the 52.0.0 release](apache/arrow-rs#5374 (comment)). ### What changes are included in this PR? Add two checkmarks for the Data Type support. ### Are these changes tested? N/A ### Are there any user-facing changes? N/A Authored-by: wiedld <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 25d42b9 commit b153791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/status.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Data Types
6868
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
6969
| Large Utf8 ||||| \(4) ||| ||
7070
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
71-
| Binary View || || || | | | |
71+
| Binary View || || || | | | |
7272
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
7373
| Large Binary View || || | | | | | |
7474
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
75-
| Utf8 View || || || | | | |
75+
| Utf8 View || || || | | | |
7676
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
7777
| Large Utf8 View || || | | | | | |
7878
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+

0 commit comments

Comments
 (0)