alamb commented on issue #6373: URL: https://github.com/apache/arrow-rs/issues/6373#issuecomment-3141396909
Copying an idea @waynexia and I had in DataFusion: https://github.com/apache/datafusion/pull/16878#issuecomment-3133806226 > Something that might be worth looking into is to use the underlying buffer as temp space, and then "rewind" the values (aka call `current_buffer.truncate(original_size)` if the data fit entirely in the view 🤔 ) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org