Skip to content

Commit

Permalink
fix: adding listview and largelistview json file tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 14, 2024
1 parent f49b270 commit 802f23e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,10 @@ public void testRoundtripEmptyVector() throws Exception {
"largelist",
FieldType.nullable(ArrowType.LargeList.INSTANCE),
Collections.singletonList(Field.nullable("items", new ArrowType.Int(32, true)))),
new Field(
"largelistview",
FieldType.nullable(ArrowType.LargeListView.INSTANCE),
Collections.singletonList(Field.nullable("items", new ArrowType.Int(32, true)))),
new Field(
"map",
FieldType.nullable(new ArrowType.Map(/*keyssorted*/ false)),
Expand Down

0 comments on commit 802f23e

Please sign in to comment.