willtemperley commented on issue #96: URL: https://github.com/apache/arrow-swift/issues/96#issuecomment-5082545642
@maltzsama I would suggest we look at Archery working. @kou please correct my understanding of Archery if I'm wrong, but I think the main entry point would be an executable that can be run something like: `arrow-json-integration-test --arrow=/tmp/some.arrow_file --json=/tmp/some.json --mode=VALIDATE` Which could be used to read the Arrow gold IPC/stream file and the JSON representation. That would then compare (VALIDATE) the in-memory representations (probably using `Codable, Equatable` structs) and fail on inequality. That would already be a useable tool even for local dev. -- 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]
