sgilmore10 opened a new pull request, #35495: URL: https://github.com/apache/arrow/pull/35495
> **Warning** This pull request is dependent upon #35479 and #35491. We will rebase and mark as ready for reviewer once that one is merged. ### Rationale for this change Continuing to build the MATLAB interface to Arrow for numeric types. We're trying to keep the scope of these pull requests small to make them easier to review. ### What changes are included in this PR? 1. Added `arrow.array.Float32Array` MATLAB class 2. Added new test class `tFloat32Array.m` ### Are these changes tested? 1. Yes, added a new test class called `tFloat32Array.m`. 2. Qualified locally on macOS. ### Are there any user-facing changes? Yes, users can now create a array of float32 values. ### Future Directions 1. Continue building out support for numeric arrays. 2. Add shared validation functions. 3. Make a shared test class for Numeric Arrays. -- 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]
