Commits


Joris Van den Bossche authored and Wes McKinney committed 75e9095fc60
ARROW-7031: [Python] Correct LargeListArray.offsets attribute Follow-up on https://github.com/apache/arrow/pull/5759, which was apparently merged too quickly (I only now saw that I did the slicing behaviour only for ListArray, and not yet updated LargeListArray). Also added the LargeListArray.values attribute which was missing (compared to ListArray) Closes #5784 from jorisvandenbossche/ARROW-7031-follow-up and squashes the following commits: b84c496b1 <Joris Van den Bossche> ARROW-7031: Correct LargeListArray.offsets attribute Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>