vibhatha commented on code in PR #43681:
URL: https://github.com/apache/arrow/pull/43681#discussion_r1716214056


##########
java/vector/src/test/java/org/apache/arrow/vector/ipc/TestJSONFile.java:
##########
@@ -437,10 +437,18 @@ public void testRoundtripEmptyVector() throws Exception {
                 "list",
                 FieldType.nullable(ArrowType.List.INSTANCE),
                 Collections.singletonList(Field.nullable("items", new 
ArrowType.Int(32, true)))),
+            new Field(
+                "listview",
+                FieldType.nullable(ArrowType.ListView.INSTANCE),
+                Collections.singletonList(Field.nullable("items", new 
ArrowType.Int(32, true)))),

Review Comment:
   Added a missed case when adding IPC support for `ListViewVector` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to