You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kazuaki Ishizaki (Jira)" <ji...@apache.org> on 2021/11/12 06:54:00 UTC

[jira] [Created] (ARROW-14685) [Python] Test case hard-codes endian information

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)