Kazuaki Ishizaki created ARROW-14685:
----------------------------------------
Summary: [Python] Test case hard-codes endian information
Key: ARROW-14685
URL: https://issues.apache.org/jira/browse/ARROW-14685
Project: Apache Arrow
Issue Type: Test
Components: Python
Affects Versions: 7.0.0
Reporter: Kazuaki Ishizaki
Assignee: Kazuaki Ishizaki
Fix For: 7.0.0
The current test case causes a failure on big-endian platform since the endian
information `>` is hard-coded.
{{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]'))}}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)