kevingurney opened a new pull request, #37190: URL: https://github.com/apache/arrow/pull/37190
### Rationale for this change In order to simplify access to the `featherRoundTrip` function that is used in the `tfeather.m` tests, it would be helpful to move it into a packaged test utility function. This would make it possible to`import` the function, rather than having to manually add the `test/util` folder to the MATLAB Search Path in the test class setup. ### What changes are included in this PR? 1. Moved `test/util/featherRoundTrip.m` code into a new internal packaged test utility function `arrow.internal.test.io.feather.roundtrip`. ### Are these changes tested? Yes. 1. Updated all `tfeather.m` test cases to use new packaged function `arrow.internal.test.io.feather.roundtrip`. ### Are there any user-facing changes? No. This new packaged function is an internal test utility. ### Future Directions 1. Delete the old Feather MEX code. 2. Move more shared test infrastructure into packaged test functions under `arrow.internal.test.*`. -- 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]
