Skip to content

Commit

Permalink
add some more nested test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 29, 2023
1 parent c22dc3f commit 534e279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/src/arrow/array/array_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,11 @@ static std::vector<std::shared_ptr<DataType>> TestArrayUtilitiesAgainstTheseType
list(utf8()),
list(int64()), // NOTE: Regression case for ARROW-9071/MakeArrayOfNull
list(large_utf8()),
list(list(int64())),
list(list(large_utf8())),
large_list(utf8()),
large_list(large_utf8()),
large_list(list(large_utf8())),
fixed_size_list(utf8(), 3),
fixed_size_list(int64(), 4),
dictionary(int32(), utf8()),
Expand Down

0 comments on commit 534e279

Please sign in to comment.