mzabaluev opened a new issue, #8685: URL: https://github.com/apache/arrow-rs/issues/8685
The implementation of `RowConverter::from_binary` takes a `BinaryArray` by value, but unconditionally copies the underlying buffer for the resulting `Rows`. It's possible to reuse the buffer under the conditions described in the documentation for [`Buffer::into_vec`](https://docs.rs/arrow/56.2.0/arrow/buffer/struct.Buffer.html#method.into_vec). -- 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]
