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

CurtHagenlocher 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 d40ace0805 GH-50285: [Docs] Update documentation to reflect C# 
improvements (#50286)
d40ace0805 is described below

commit d40ace08055bb77b866aef241a14440445df667a
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Mon Jun 29 08:57:45 2026 -0700

    GH-50285: [Docs] Update documentation to reflect C# improvements (#50286)
    
    ### What changes are included in this PR?
    
    Updates documentation and integration tests to reflect improvements in
    the dotnet implementation.
    
    ### Are these changes tested?
    
    N/A
    
    ### Are there any user-facing changes?
    
    N/A
    * GitHub Issue: #50285
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI 
<[email protected]>
---
 dev/archery/archery/integration/datagen.py |  2 --
 docs/source/status.rst                     | 12 ++++++------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev/archery/archery/integration/datagen.py 
b/dev/archery/archery/integration/datagen.py
index 3dbab0dfc1..231436e5ed 100644
--- a/dev/archery/archery/integration/datagen.py
+++ b/dev/archery/archery/integration/datagen.py
@@ -1995,7 +1995,6 @@ def get_generated_json_files(tempdir=None):
         .skip_tester('Ruby'),
 
         generate_run_end_encoded_case()
-        .skip_tester('.NET')
         .skip_tester('JS')
         # TODO(https://github.com/apache/arrow-nanoarrow/issues/618)
         .skip_tester('nanoarrow')
@@ -2008,7 +2007,6 @@ def get_generated_json_files(tempdir=None):
         .skip_tester('Ruby'),
 
         generate_list_view_case()
-        .skip_tester('.NET')     # Doesn't support large list views
         .skip_tester('JS')
         # TODO(https://github.com/apache/arrow-nanoarrow/issues/618)
         .skip_tester('nanoarrow')
diff --git a/docs/source/status.rst b/docs/source/status.rst
index 6379741878..91ea474a86 100644
--- a/docs/source/status.rst
+++ b/docs/source/status.rst
@@ -91,7 +91,7 @@ Data Types
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
 | List View         | ✓     |       | ✓     |    |   ✓   |  ✓    |       |     
  | ✓         |
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
-| Large List View   | ✓     |       | ✓     |    |       |  ✓    |       |     
  | ✓         |
+| Large List View   | ✓     |       | ✓     |    | \(4)  |  ✓    |       |     
  | ✓         |
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
 | Struct            | ✓     | ✓     | ✓     | ✓  |  ✓    |  ✓    | ✓     |     
  | ✓         |
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
@@ -108,9 +108,9 @@ Data Types
 
+===================+=======+=======+=======+====+=======+=======+=======+=======+===========+
 | Dictionary        | ✓     | ✓ (3) | ✓     | ✓  | ✓     | ✓ (3) | ✓     |     
  | ✓         |
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
-| Extension         | ✓     | ✓     | ✓     |    |       | ✓     | ✓     |     
  | ✓         |
+| Extension         | ✓     | ✓     | ✓     |    | ✓     | ✓     | ✓     |     
  | ✓         |
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
-| Run-End Encoded   | ✓     |       | ✓     |    |       | ✓     |       |     
  | ✓         |
+| Run-End Encoded   | ✓     |       | ✓     |    | ✓     | ✓     |       |     
  | ✓         |
 
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
 
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
@@ -125,11 +125,11 @@ Data Types
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
 | Opaque                | ✓     | ✓     | ✓     |            |       |  ✓    | 
      |       |
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| UUID                  | ✓     |       | ✓     |            |       |  ✓    | 
      |       |
+| UUID                  | ✓     |       | ✓     |            |  ✓    |  ✓    | 
      |       |
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| 8-bit Boolean         | ✓     |       | ✓     |            |       |  ✓    | 
      |       |
+| 8-bit Boolean         | ✓     |       | ✓     |            |  ✓    |  ✓    | 
      |       |
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| Parquet Variant       |       |       | ✓     |            |       |  ✓    | 
      |       |
+| Parquet Variant       |       |       | ✓     |            |  ✓    |  ✓    | 
      |       |
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
 
 Notes:

Reply via email to