bkietz commented on code in PR #38252:
URL: https://github.com/apache/arrow/pull/38252#discussion_r1363941351
##########
cpp/src/arrow/array/array_test.cc:
##########
@@ -410,6 +410,7 @@ static std::vector<std::shared_ptr<DataType>>
TestArrayUtilitiesAgainstTheseType
TEST_F(TestArray, TestMakeArrayOfNull) {
for (int64_t length : {0, 1, 16, 133}) {
+ ARROW_SCOPED_TRACE("length = ", length);
for (auto type : TestArrayUtilitiesAgainstTheseTypes()) {
Review Comment:
Hah, random array generation breaks for an empty struct. I'll fix that too
--
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]