You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/11/16 08:53:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-14685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van den Bossche resolved ARROW-14685.
-------------------------------------------
    Resolution: Fixed

Issue resolved by pull request 11686
[https://github.com/apache/arrow/pull/11686]

> [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
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)