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

[jira] [Created] (ARROW-14686) [Python] Current endian decision for numpy does not work for built-in data type.

Kazuaki Ishizaki created ARROW-14686:
----------------------------------------

             Summary: [Python] Current endian decision for numpy does not work for built-in data type.
                 Key: ARROW-14686
                 URL: https://issues.apache.org/jira/browse/ARROW-14686
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
    Affects Versions: 7.0.0
            Reporter: Kazuaki Ishizaki
            Assignee: Kazuaki Ishizaki
             Fix For: 7.0.0


Although the current NumPy converter code tries to detect endian against a given object, it does not work for a built-in object. This is because a build-in object may have `native |` byte order.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)