alamb commented on code in PR #9441:
URL: https://github.com/apache/arrow-rs/pull/9441#discussion_r2954288070
##########
arrow-buffer/src/buffer/boolean.rs:
##########
@@ -290,7 +290,8 @@ impl BooleanBuffer {
/// on the relevant bits; the input `u64` values may contain irrelevant
bits
/// and may be processed differently on different endian architectures.
/// * `op` may be called with input bits outside the requested range.
- /// * The returned `BooleanBuffer` always has zero offset.
+ /// * Returned `BooleanBuffer` may have non zero offset
+ /// * Returned `BooleanBuffer` may have bits set outside the requested
range
Review Comment:
this may be treated as an API change 🤔
--
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]