Commits


Kazuaki Ishizaki authored and Antoine Pitrou committed 35004d00b0f
ARROW-8745: [C++] Enhance Bitmap::ToString test for big-endian platforms This PR fixes the failure of `Bitmap::ToString` that currently takes care of little-endian platforms. This test was added by #6987 This PR updates the test using an endian-agnostic implementation. Closes #7134 from kiszk/ARROW-8745 Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>