Dandandan commented on code in PR #8951:
URL: https://github.com/apache/arrow-rs/pull/8951#discussion_r2616171354
##########
arrow-select/src/coalesce.rs:
##########
@@ -526,6 +631,118 @@ impl BatchCoalescer {
}
}
+/// Find the position after the n-th set bit in a boolean array starting from
`start`.
+/// Returns the position after the n-th set bit, or the end of the array if
fewer than n bits are set.
Review Comment:
Good idea
--
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]