You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neville Dipale (Jira)" <ji...@apache.org> on 2020/07/10 20:09:00 UTC

[jira] [Created] (ARROW-9408) [Integration] Tests do not run in Windows due to numpy 64-bit errors

Neville Dipale created ARROW-9408:
-------------------------------------

             Summary: [Integration] Tests do not run in Windows due to numpy 64-bit errors
                 Key: ARROW-9408
                 URL: https://issues.apache.org/jira/browse/ARROW-9408
             Project: Apache Arrow
          Issue Type: Bug
          Components: Integration
    Affects Versions: 0.17.1
            Reporter: Neville Dipale


We found that the integer range check when generating integration data doesn't work in Windows because the default C integers that numpy uses are 32-bit by default in Windows.

This fixes that issue by forcing 64-bit integers.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)