medwards commented on PR #2652: URL: https://github.com/apache/arrow-rs/pull/2652#issuecomment-1237261997
I tried that and there were no trivial conversions that didn't take ownership of the buffer (which then runs me into the same problem I was having /w `typed_data_mut`). The ownership in my case is complicated because all the buffers are in a collection. There may be a smarter way of doing this, for example draining the collection or something else but I was reaching for `typed_data` /wo thinking about it and was surprised it wasn't paired here since other collection apis tend to bundle `get + get_mut` type functionality. -- 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]
