kevingurney opened a new pull request, #37250:
URL: https://github.com/apache/arrow/pull/37250

   ### Rationale for this change
   
   To support the addition of `arrow.array.Time32Array`, this pull request adds 
a new `arrow.type.Time32Type` class and associated `arrow.time32` construction 
function to the MATLAB interface.
   
   ### What changes are included in this PR?
   
   1. New `arrow.type.Time32Type` class.
   2. New `arrow.time32` construction function that returns an 
`arrow.type.Time32Type` instance.
   
   ### Are these changes tested?
   
   Yes.
   
   1. Added new tests for `Time32` type ID enumeration to `tID`.
   2. Added a test class `tTimeUnit` for the new validation function 
`arrow.internal.validate.temporal.timeUnit`.
   3. Added a new test class `tTime32Type`.
   
   ### Are there any user-facing changes?
   
   Yes.
   
   There are now two new user-facing APIs:
   
   1. `arrow.time32` construction function
   2. `arrow.type.Time32Type` class
   
   ### Future Directions:
   
   1. #37232
   2. #37229
   3.  #37230
   
   ### Notes
   
   1. Thank you @sgilmore10 for your help with this pull request!


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