mapleFU commented on issue #10448: URL: https://github.com/apache/arrow-rs/issues/10448#issuecomment-5112351143
Actually, I just take a look at https://github.com/apache/arrow-rs/pull/10020 . This change the logic from copying to a buf to staging the buffers, which affects this optimization Also cc @alamb and @adriangb . I guess 1. `shrink_to_fit` 2. Copying in `ArrowColumnChunkData` 3. Some adaptive way Would fix this. Or we can even not fix this if this is expected. Just want to figure it out -- 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]
