Commits


Kazuaki Ishizaki authored and Wes McKinney committed 3b0055adc4a
ARROW-9417: [C++] Write length in IPC message by using little-endian This PR forces to write metadata_length and footer_length in IPC messages by using little-endian to follow [the specification](https://github.com/apache/arrow/blob/master/docs/source/format/Columnar.rst). Closes #7716 from kiszk/ARROW-9417 Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Signed-off-by: Wes McKinney <wesm@apache.org>