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


##########
matlab/test/arrow/type/tDateTypeTest.m:
##########
@@ -0,0 +1,80 @@
+% Shared superclass for DateType-related tests for Date32Type and Date64Type
+classdef tDateType < matlab.unittest.TestCase
+    
+    properties
+        ConstructionFcn
+        ArrowType
+        TypeID
+        BitWidth
+        ClassName
+    end
+    
+    methods (Test)
+        function TestClass(testCase)

Review Comment:
   Also, if you modify this class to inherit from `hFixedWidthType`, you won't 
need to redefine this test case. 



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