Commits


Neville Dipale authored and Wes McKinney committed 1987292608a
ARROW-9408: [Integration] Fix Windows numpy datagen issues 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. Closes #7705 from nevi-me/ARROW-9408 Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>