Commits


Andrew Wieteska authored and Joris Van den Bossche committed 36d38b5ed57
ARROW-7363: [Python] add combine_chunks method to ChunkedArray As discussed on JIRA we currently don't have a convenience method that converts `ChunkedArray` into a non-chunked `Array`. `flatten` doesn't do this when called on a `ChunkedArray` instance so this PR provides a wrapper of `pa.concat_arrays` which does. Closes #8657 from arw2019/ARROW-7363 Lead-authored-by: Andrew Wieteska <andrew.r.wieteska@gmail.com> Co-authored-by: Andrew Wieteska <andrewwieteska@Andrews-MacBook-Pro.local> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>