Wes McKinney created ARROW-1791: ----------------------------------- Summary: Integration tests generate date[DAY] values outside of reasonable range Key: ARROW-1791 URL: https://issues.apache.org/jira/browse/ARROW-1791 Project: Apache Arrow Issue Type: Bug Components: Python Reporter: Wes McKinney Fix For: 0.8.0
The integration tests are generating random int32 values, but for systems that use millisecond-based date objects (like JavaScript), converting to millisecond date will cause an overflow in a lot of cases. We should generate values that are within a reasonable year range so that overflows when converting to milliseconds do not occur -- This message was sent by Atlassian JIRA (v6.4.14#64029)