askoa commented on issue #3460: URL: https://github.com/apache/arrow-rs/issues/3460#issuecomment-1373697069
The value `some_entries` from json file is compared with value `entries` from the stream file. Should the JSON file be processed through ipc reader before being compared? Then we can fix ipc reader for any differences. https://github.com/apache/arrow-rs/blob/acefeef1cb5698a6afe1d3061644f6276d39117c/arrow-integration-testing/tests/ipc_reader.rs#L216-L217 I was trying to find if any of the existing arrow projects utilize the ipc test data set. I checked golang and java. They seem to validate only the arrow files and not the stream files. Do you know any projects that validate the stream files? -- 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]
