AlvinJ15 commented on a change in pull request #11759:
URL: https://github.com/apache/arrow/pull/11759#discussion_r757169644
##########
File path: cpp/src/arrow/compute/kernels/vector_replace.cc
##########
@@ -96,6 +105,10 @@ struct CopyScalarBitmap {
void SetBit(uint8_t* out_bitmap, int64_t out_offset, int64_t offset) const {
BitUtil::SetBitTo(out_bitmap, out_offset, is_valid);
}
+
+ void SetBitToTrue(uint8_t* out_bitmap, int64_t out_offset, int64_t offset)
const {
Review comment:
@lidavidm all comments has been solved
--
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]