sgilmore10 commented on code in PR #47116:
URL: https://github.com/apache/arrow/pull/47116#discussion_r2210853954


##########
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:
   Good catch! I'll switch `testCase` to `tc`.



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

Reply via email to