yjshen commented on a change in pull request #1504:
URL: https://github.com/apache/arrow-rs/pull/1504#discussion_r838024312
##########
File path: arrow/src/compute/kernels/filter.rs
##########
@@ -61,11 +61,16 @@ macro_rules! downcast_dict_filter {
}};
}
-/// An iterator of `(usize, usize)` each representing an interval `[start,
end]` whose
-/// slots of a [BooleanArray] are true. Each interval corresponds to a
contiguous region of memory
-/// to be "taken" from an array to be filtered.
+/// An iterator of `(usize, usize)` each representing an interval
+/// `[start, end]` whose slots of a [BooleanArray] are true. Each
Review comment:
```suggestion
/// `[start, end)` whose slots of a [BooleanArray] are true. Each
```
--
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]