Skip to content

Commit d40ace0

Browse files
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 <175728472+Copilot@users.noreply.github.com>
1 parent d8890e0 commit d40ace0

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

dev/archery/archery/integration/datagen.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,6 @@ def get_generated_json_files(tempdir=None):
19951995
.skip_tester('Ruby'),
19961996

19971997
generate_run_end_encoded_case()
1998-
.skip_tester('.NET')
19991998
.skip_tester('JS')
20001999
# TODO(https://github.com/apache/arrow-nanoarrow/issues/618)
20012000
.skip_tester('nanoarrow')
@@ -2008,7 +2007,6 @@ def get_generated_json_files(tempdir=None):
20082007
.skip_tester('Ruby'),
20092008

20102009
generate_list_view_case()
2011-
.skip_tester('.NET') # Doesn't support large list views
20122010
.skip_tester('JS')
20132011
# TODO(https://github.com/apache/arrow-nanoarrow/issues/618)
20142012
.skip_tester('nanoarrow')

docs/source/status.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Data Types
9191
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
9292
| List View || || ||| | ||
9393
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
94-
| Large List View || || | || | ||
94+
| Large List View || || | \(4) || | ||
9595
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
9696
| Struct |||||||| ||
9797
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
@@ -108,9 +108,9 @@ Data Types
108108
+===================+=======+=======+=======+====+=======+=======+=======+=======+===========+
109109
| Dictionary || ✓ (3) |||| ✓ (3) || ||
110110
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
111-
| Extension |||| | ||| ||
111+
| Extension |||| | ||| ||
112112
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
113-
| Run-End Encoded || || | || | ||
113+
| Run-End Encoded || || | || | ||
114114
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
115115

116116
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
@@ -125,11 +125,11 @@ Data Types
125125
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
126126
| Opaque |||| | || | |
127127
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
128-
| UUID || || | || | |
128+
| UUID || || | || | |
129129
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
130-
| 8-bit Boolean || || | || | |
130+
| 8-bit Boolean || || | || | |
131131
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
132-
| Parquet Variant | | || | || | |
132+
| Parquet Variant | | || | || | |
133133
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
134134

135135
Notes:

0 commit comments

Comments
 (0)