kevingurney commented on code in PR #37629:
URL: https://github.com/apache/arrow/pull/37629#discussion_r1319992443
##########
matlab/test/arrow/tabular/tTable.m:
##########
@@ -64,8 +64,8 @@ function Table(testCase)
% Verify that the toMATLAB method converts
% an arrow.tabular.Table to a MATLAB table as expected.
TOriginal = table([1, 2, 3]');
- arrowRecordBatch = arrow.recordBatch(TOriginal);
- TConverted = table(arrowRecordBatch);
+ arrowTable = arrow.table(TOriginal);
Review Comment:
Thanks for catching this!
--
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]