scovich commented on issue #6528:
URL: https://github.com/apache/arrow-rs/issues/6528#issuecomment-3739611501

   > I would like to eventually implement a way to reuse existing buffers for 
boolean arrays when possible (e.g. similar to 
[`binary_mut`](https://docs.rs/arrow/latest/arrow/compute/fn.binary_mut.html)
   
   Given that `NullBuffer` wraps a `BooleanBuffer` wraps a `Buffer` wraps a 
slice of an `Arc<Bytes>`... that might be tricky?


-- 
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]

Reply via email to