From b153791f217ee1725b551d894fa9d43ca613992e Mon Sep 17 00:00:00 2001 From: wiedld Date: Fri, 20 Sep 2024 10:40:54 -1000 Subject: [PATCH] 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](https://github.com/apache/arrow-rs/issues/5374#issuecomment-2261464353). ### 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 Signed-off-by: Sutou Kouhei --- docs/source/status.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/status.rst b/docs/source/status.rst index 98374164d7ae0..765aeb1a076ae 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -68,11 +68,11 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Large Utf8 | ✓ | ✓ | ✓ | ✓ | \(4) | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Binary View | ✓ | | ✓ | | ✓ | | | | | +| Binary View | ✓ | | ✓ | | ✓ | ✓ | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Large Binary View | ✓ | | ✓ | | | | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Utf8 View | ✓ | | ✓ | | ✓ | | | | | +| Utf8 View | ✓ | | ✓ | | ✓ | ✓ | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Large Utf8 View | ✓ | | ✓ | | | | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+