Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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')
Expand Down
12 changes: 6 additions & 6 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Data Types
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| List View | ✓ | | ✓ | | ✓ | ✓ | | | ✓ |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Large List View | ✓ | | ✓ | | | ✓ | | | ✓ |
| Large List View | ✓ | | ✓ | | \(4) | ✓ | | | ✓ |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Struct | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
Expand All @@ -108,9 +108,9 @@ Data Types
+===================+=======+=======+=======+====+=======+=======+=======+=======+===========+
| Dictionary | ✓ | ✓ (3) | ✓ | ✓ | ✓ | ✓ (3) | ✓ | | ✓ |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Extension | ✓ | ✓ | ✓ | | | ✓ | ✓ | | ✓ |
| Extension | ✓ | ✓ | ✓ | | | ✓ | ✓ | | ✓ |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Run-End Encoded | ✓ | | ✓ | | | ✓ | | | ✓ |
| Run-End Encoded | ✓ | | ✓ | | | ✓ | | | ✓ |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+

+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
Expand All @@ -125,11 +125,11 @@ Data Types
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Opaque | ✓ | ✓ | ✓ | | | ✓ | | |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| UUID | ✓ | | ✓ | | | ✓ | | |
| UUID | ✓ | | ✓ | | | ✓ | | |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| 8-bit Boolean | ✓ | | ✓ | | | ✓ | | |
| 8-bit Boolean | ✓ | | ✓ | | | ✓ | | |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Parquet Variant | | | ✓ | | | ✓ | | |
| Parquet Variant | | | ✓ | | | ✓ | | |
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+

Notes:
Expand Down
Loading