Commits


Kazuaki Ishizaki authored and David Li committed 7ee69425a5b
ARROW-9238: [C++][CI][FlightRPC] increase test coverage of round-robin under IPC and Flight This PR increase test coverage of round-robin under ipc and flight. Before this PR, round-robin tests for primitive data under ipc use only int32 (and boolean in some cases). This PR adds other primitive types (i.e. int8, uint8, int16, uint16, uint32, int64, uint64, float16, float32, and float64). Closes #7555 from kiszk/ARROW-9238 Lead-authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Co-authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: David Li <li.davidm96@gmail.com>