js8544 commented on issue #36049: URL: https://github.com/apache/arrow/issues/36049#issuecomment-1590372761
Hi, `col` is of type ChunkedArray, not ListArray. So the code you pasted calls [flatten of ChunkedArray](https://arrow.apache.org/docs/python/generated/pyarrow.ChunkedArray.html#pyarrow.ChunkedArray.flatten), which returns a list of chunked arrays. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
