The arrow-integration-testing crate provides several binaries used by the Archery tool to perform integration testing across different Arrow implementations. These binaries facilitate format conversion and Flight server/client communication.
| Binary | Purpose |
| ------------------------------ | ----------------------------------------- |
| arrow-file-to-stream | Converts an Arrow file to an Arrow stream |
| arrow-stream-to-file | Converts an Arrow stream to an Arrow file |
| arrow-json-integration-test | Converts between Arrow and JSON formats |
| flight-test-integration-server | Flight integration test: Server |
| flight-test-integration-client | Flight integration test: Client |