Commits


Kazuaki Ishizaki authored and Antoine Pitrou committed d6f950783ff
ARROW-8457: [C++] Add expected results for ArrowSchema in big-endian This PR adds expected results for ArrowSchema in big-endian while the current tests have them only in litte-endian. According to [the specification of ArrowSchema](https://github.com/apache/arrow/blob/master/docs/source/format/CDataInterface.rst), ArrowSchema uses native endian format on the CPU. Closes #6936 from kiszk/ARROW-8457 Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>