kszucs commented on a change in pull request #8088:
URL: https://github.com/apache/arrow/pull/8088#discussion_r493382407



##########
File path: cpp/src/arrow/array/array_list_test.cc
##########
@@ -508,6 +534,8 @@ TYPED_TEST(TestListArray, ValidateOffsets) { 
this->TestValidateOffsets(); }
 
 TYPED_TEST(TestListArray, CornerCases) { this->TestCornerCases(); }
 
+TYPED_TEST(TestListArray, TestOverflowCheck) { this->TestOverflowCheck(); }

Review comment:
       It doesn't seem to work with TYPED_TEST macro, so I expanded it manually.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to