Commits

Antoine Pitrou authored 245564c9e01
ARROW-10560: [Python] Fix crash when creating array from huge string Error out cleanly if an individual string is larger than 2**31 bytes when creating a binary or string array. Closes #8653 from pitrou/ARROW-10560-py-crash-huge-string Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>