paleolimbot commented on code in PR #523:
URL: https://github.com/apache/arrow-nanoarrow/pull/523#discussion_r1636984978
##########
src/nanoarrow/array_test.cc:
##########
@@ -87,12 +87,6 @@ TEST(ArrayTest, ArrayTestAllocateChildren) {
EXPECT_EQ(array.n_children, 0);
ArrowArrayRelease(&array);
- ASSERT_EQ(ArrowArrayInitFromType(&array, NANOARROW_TYPE_STRUCT),
NANOARROW_OK);
Review Comment:
Thanks (it's tricky to get some of those errors to fire and ensuring memory
doesn't leak on error is nice to test if possible!)
--
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]