This is an automated email from the ASF dual-hosted git repository.

kou 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 b153791f21 MINOR: [Docs] Update implementation matrix for view types 
in arrow-rs (#44175)
b153791f21 is described below

commit b153791f217ee1725b551d894fa9d43ca613992e
Author: wiedld <[email protected]>
AuthorDate: Fri Sep 20 10:40:54 2024 -1000

    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 <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 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 98374164d7..765aeb1a07 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   | ✓     |       | ✓     |    |       |       |       |     
  |           |
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+

Reply via email to