Commits

Antoine Pitrou authored eb73b962e42
ARROW-6000: [Python] Add support for LargeString and LargeBinary types Also fix a bug in Take / Filter for large binary types. Closes #4927 from pitrou/ARROW-6000-py-large-binary and squashes the following commits: 0bb1b7f89 <Antoine Pitrou> Fix Take on LargeBinary / LargeString data 9672ca4c3 <Antoine Pitrou> ARROW-6000: Add support for LargeString and LargeBinary types Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>