sgilmore10 opened a new pull request, #35556: URL: https://github.com/apache/arrow/pull/35556
> ** Warning ** This PR is dependent upon #35551. Once that PR is merged, we'll rebase and mark this PR as read for review. ### Rationale for this change To avoid writing duplicate tests, we created an an Abstract Test Class called `hNumericArray` which defines tests that can be shared by all numeric array types. Concrete test classes can inherit from this class to automatically get the shared test points. ### What changes are included in this PR? 1. Defined new abstract test class `hNumericArray` 2. Modified `tFloat32Array` to inherit from `hNumericArray` 3. Modified `tFloat64Array` to inherit from `hNumericArray` ### Are these changes tested? 1. Qualified the tests still pass on macOS. ### Are there any user-facing changes? There are no user-facing changes in this PR. This PR only has test-related changes. -- 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]
