kevingurney commented on PR #39586:
URL: https://github.com/apache/arrow/pull/39586#issuecomment-1919526826

   One example (this is not an exhaustive list of remaining issues) would be 
the following code block:
   
   ```matlab
   
       methods (Access = protected, Abstract)
           DefaultDateUnit;
           end
       end
   ```
   
   there is an improperly indented `end` statement here.
   
   A second example is the naming of the shared super test class. Currently, 
the class name is `tDateTypeTest`, when it should be `hDateType` for 
consistency.
   
   If you look through the feedback labeled "outdated" in the GitHub interface, 
you should be able to confirm which other pieces of feedback have yet to be 
addressed, if any.


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