pitrou commented on code in PR #37467:
URL: https://github.com/apache/arrow/pull/37467#discussion_r1311583480
##########
cpp/src/arrow/array/array_test.cc:
##########
@@ -388,6 +388,7 @@ static std::vector<std::shared_ptr<DataType>>
TestArrayUtilitiesAgainstTheseType
large_utf8(),
list(utf8()),
list(int64()), // NOTE: Regression case for ARROW-9071/MakeArrayOfNull
+ list(large_utf8()),
Review Comment:
Can we also add some nested list types into the mix?
--
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]