Commits


Kazuaki Ishizaki authored and Joris Van den Bossche committed 3abab2ee044
ARROW-14685: [Python] test case automatically detects byteorder of numpy object This PR fixes the following test failures ``` FAILED pyarrow/tests/test_pandas.py::test_timestamp_as_object_out_of_range - AssertionError: assert (dtype('O'), dtype('>M8[ns]')) == (dtype('O'), dtype('<M8[ns]')) ``` Closes #11686 from kiszk/ARROW-14685 Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>