CurtHagenlocher commented on code in PR #303:
URL: https://github.com/apache/arrow-dotnet/pull/303#discussion_r3015468890


##########
test/Apache.Arrow.IntegrationTest/JsonFile.cs:
##########
@@ -191,6 +191,7 @@ private static IArrowType ToArrowType(JsonArrowType type, 
Field[] children)
                 "list" => ToListArrowType(type, children),
                 "listview" => ToListViewArrowType(type, children),
                 "largelist" => ToLargeListArrowType(type, children),
+                "largelistview" => ToLargeListViewArrowType(type, children),

Review Comment:
   Eventually yes. I haven't looked into exactly how this works after the repo 
split.



-- 
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