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


##########
matlab/test/arrow/tabular/tRecordBatch.m:
##########
@@ -28,11 +28,15 @@ function Basic(tc)
         function SupportedTypes(tc)
             % Create a table all supported MATLAB types.
             import arrow.internal.test.tabular.createTableWithSupportedTypes
+            import arrow.type.traits.traits
 
             TOriginal = createTableWithSupportedTypes();
             arrowRecordBatch = arrow.recordBatch(TOriginal);
             expectedColumnNames = string(TOriginal.Properties.VariableNames);
-            tc.verifyRecordBatch(arrowRecordBatch, expectedColumnNames, 
TOriginal);
+
+            expectedArrayClasses = varfun(@(var) 
traits(string(class(var))).ArrayClassName, ...

Review Comment:
   done!



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