From 95a0722e7732a862a2ddcdba342fe800ddbaef34 Mon Sep 17 00:00:00 2001 From: Curt Hagenlocher Date: Mon, 29 Jun 2026 08:11:20 -0700 Subject: [PATCH 1/2] Update integration tests and status to reflect most recent dotnet implementation. --- 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 3dbab0dfc174..231436e5edfb 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 6379741878ca..48c2657ccd3a 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: From 419ca570ec9bc9ccad704313db85070e6f69be0d Mon Sep 17 00:00:00 2001 From: Curt Hagenlocher Date: Mon, 29 Jun 2026 08:18:57 -0700 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/source/status.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/status.rst b/docs/source/status.rst index 48c2657ccd3a..91ea474a8633 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -91,7 +91,7 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | List View | ✓ | | ✓ | | ✓ | ✓ | | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Large List View | ✓ | | ✓ | | \(4) | ✓ | | | ✓ | +| Large List View | ✓ | | ✓ | | \(4) | ✓ | | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Struct | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+