Skip to content

Commit

Permalink
MINOR: [Docs] Update implementation matrix for view types in arrow-rs (
Browse files Browse the repository at this point in the history
…apache#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 <dlw405@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
wiedld authored Sep 20, 2024
1 parent 25d42b9 commit b153791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Data Types
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Large Utf8 ||||| \(4) ||| ||
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Binary View || || || | | | |
| Binary View || || || | | | |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Large Binary View || || | | | | | |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Utf8 View || || || | | | |
| Utf8 View || || || | | | |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Large Utf8 View || || | | | | | |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
Expand Down

0 comments on commit b153791

Please sign in to comment.