jorisvandenbossche commented on issue #37318: URL: https://github.com/apache/arrow/issues/37318#issuecomment-1689814843
I agree it sounds OK to change this just for the `ChunkedArray.combine_chunks` method (not for `concat_arrays` used under the hood there), especially if this is making it consistent with the `Table.combine_chunks` behaviour. Sidenote: the end goal here is to get an Array object (so you still need to do `.chunk(0)` after combining). I am wondering if we want to add a method just for converting ChunkedArray into Array. -- 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]
