Commits


Robin Kåveland Hansen authored and Antoine Pitrou committed 5f84c9c713a
ARROW-5430: [Python] Raise ArrowInvalid for pyints larger than int64 Previously, this case would cause ArrowException: Unknown error, but ArrowInvalid makes more sense and is more likely to be dealt with by callers of pyarrow.array. Author: Robin Kåveland Hansen <Robin.Kaveland.Hansen@posten.no> Closes #4440 from kaaveland/master and squashes the following commits: b95aa0253 <Robin Kåveland Hansen> ARROW-5430: Raise ArrowInvalid for pyints larger than int64