Commits


Weston Pace authored and David Li committed 55a8b78a1d2
ARROW-14581: [C++] Fine-grained IPC reader tests are flaky The footer contains a copy of the schema. The schema only specifies endianess if the machine is big-endian. So the footer size differs based on the endianess of the test machine. Closes #11600 from westonpace/bugfix/ARROW-14581--partial-ipc-io-test-flaky Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>