pitrou commented on code in PR #35345:
URL: https://github.com/apache/arrow/pull/35345#discussion_r1389709898
##########
cpp/src/arrow/integration/json_internal.cc:
##########
@@ -1492,6 +1506,14 @@ class ArrayReader {
return CreateList<T>(type_);
}
+ Status Visit(const ListViewType& type) {
+ return Status::NotImplemented("list-view in JSON");
+ }
+
+ Status Visit(const LargeListViewType& type) {
+ return Status::NotImplemented("large list-view in JSON");
+ }
Review Comment:
Yes, you can.
--
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]