kou commented on code in PR #47116: URL: https://github.com/apache/arrow/pull/47116#discussion_r2209023587
########## matlab/test/arrow/array/tBooleanArray.m: ########## @@ -216,5 +216,27 @@ function TestIsEqualFalse(tc) % Test supplying more than two arrays to isequal tc.verifyFalse(isequal(array1, array1, array3, array4, array5)); end + + function TestNumNulls(testCase) Review Comment: There are tests that use `testCase` and `tc`. Can we use `testCase` or `tc` in all tests? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org