tustvold commented on a change in pull request #1039:
URL: https://github.com/apache/arrow-rs/pull/1039#discussion_r782153323
##########
File path: arrow/src/array/transform/utils.rs
##########
@@ -33,49 +26,6 @@ pub(super) fn resize_for_bits(buffer: &mut MutableBuffer,
len: usize) {
}
}
-/// sets all bits on `write_data` on the range
`[offset_write..offset_write+len]` to be equal to the
Review comment:
This is moved to `arrow::util::bit_mask` so that it can be used within
`arrow::array::builder`
--
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]