alamb opened a new pull request, #10585: URL: https://github.com/apache/arrow-rs/pull/10585
# Which issue does this PR close? - part of #10540 - Follow on to https://github.com/apache/arrow-rs/pull/10545 # Rationale for this change There are 4000+ lines of tests in arrow_writer (and a bunch more in arrow_reader, I might point out) -- this makes it hard to find and add new tests or to evaluate test coverage I encapsulated the testing harness into a struct in https://github.com/apache/arrow-rs/pull/10545 and now I want to (slowly) move more tests to use this new harness. # What changes are included in this PR? 1. Migrate a few tests from using `roundtrip()` to using `RoundTripTest`; This actually increases coverage as I will descsribe below # Are these changes tested? yes by CI # Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. If there are any breaking changes to public APIs, please call them out. --> -- 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]
