arw2019 opened a new pull request #8657: URL: https://github.com/apache/arrow/pull/8657
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. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
