WillAyd commented on code in PR #523:
URL: https://github.com/apache/arrow-nanoarrow/pull/523#discussion_r1636989752


##########
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:
   Meson has allows you to pick either `address,undefined` or `leak` (amongst 
other options) but not both at the same time. We may want to consider a second 
compilation for leak checking in that case



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