HadrienG2 opened a new issue, #5757:
URL: https://github.com/apache/arrow-rs/issues/5757

   **Which part is this question about**
   API of `arrow_array::builder::BooleanBuilder`.
   
   **Describe your question**
   Unlike `PrimitiveBuilder`, `BooleanBuilder` does not expose a slice of 
values. I assume that is because the booleans are bit-packed and there was 
either fear of user confusion, or a desire to be able to change the storage 
representation later on. How open would you be to exposing these bits somehow, 
possibly behind an abstraction layer that hides the exact storage layout?
   
   **Additional context**
   This would enable a more uniform API in my prototype for #5700.


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