alamb commented on code in PR #3427:
URL: https://github.com/apache/arrow-rs/pull/3427#discussion_r1060040857
##########
arrow-integration-testing/tests/ipc_reader.rs:
##########
@@ -37,51 +39,42 @@ fn read_generated_files_014() {
"generated_decimal",
];
paths.iter().for_each(|path| {
- let file = File::open(format!(
- "{}/arrow-ipc-stream/integration/{}/{}.arrow_file",
- testdata, version, path
- ))
- .unwrap();
-
- let mut reader = FileReader::try_new(file, None).unwrap();
+ verify_arrow_file(&testdata, version, path);
Review Comment:
I consolidated the tests so the streams and file tests are in the same
function, which both reduces code duplication as well as making it easier to
audit which files were included in the 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]