lidavidm commented on issue #37318: URL: https://github.com/apache/arrow/issues/37318#issuecomment-1689106759
Hmm, interesting. Ideally on the C++ side we would change concat_arrays to not allocate a new array if there's only one chunk. But that would actually be a breaking change, since that behavior has been used for years as the only way to copy an array (sometimes you explicitly want a copy for memory usage reasons). So we're in a bit of a bind on the C++ side. -- 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]
