kevingurney commented on code in PR #38564:
URL: https://github.com/apache/arrow/pull/38564#discussion_r1380715168
##########
matlab/test/arrow/tabular/tTabularDisplay.m:
##########
@@ -224,10 +227,10 @@ function dataContainHyperlink(testCase, TabularType)
testCase.verifySubstring(actualDisplay, expectedDisplayOfData);
end
- function displayClassNameWhenDataIsNotArray(testCase, TabularType)
- % When the datatype of a column is not an homogeneous array
- % type, the class name instead of the actual data will be
- % displayed.
+ function DisplayClassNameWhenDataIsNotArray(testCase, TabularType)
+ % Verify that the class name instead of the actual data will be
+ % displayed when the datatype of a tabular variable is not a
+ % homogeneous array type.
Review Comment:
```suggestion
% nested array type (e.g. StructArray or ListArray)
```
--
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]