Skip to content

Commit

Permalink
Remove integration testing for (unsupported) large list view.
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtHagenlocher committed Dec 21, 2023
1 parent c4a9019 commit e1f0316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion csharp/test/Apache.Arrow.IntegrationTest/JsonFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ private static IArrowType ToArrowType(JsonArrowType type, Field[] children)
"timestamp" => ToTimestampArrowType(type),
"list" => ToListArrowType(type, children),
"listview" => ToListViewArrowType(type, children),
"largelistview" => ToListViewArrowType(type, children),
"fixedsizelist" => ToFixedSizeListArrowType(type, children),
"struct" => ToStructArrowType(type, children),
"union" => ToUnionArrowType(type, children),
Expand Down
1 change: 1 addition & 0 deletions dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1937,6 +1937,7 @@ def _temp_path():
.skip_tester('Rust'),

generate_list_view_case()
.skip_tester('C#') # Doesn't support large list views
.skip_tester('Java')
.skip_tester('JS')
.skip_tester('Rust'),
Expand Down

0 comments on commit e1f0316

Please sign in to comment.