benibus commented on code in PR #36334:
URL: https://github.com/apache/arrow/pull/36334#discussion_r1247159503
##########
cpp/src/arrow/util/bitmap.h:
##########
@@ -387,10 +384,10 @@ class ARROW_EXPORT Bitmap : public
util::ToStringOstreamable<Bitmap>,
int64_t length() const { return length_; }
/// string_view of all bytes which contain any bit in this Bitmap
Review Comment:
Maybe we should alter these method comments now? e.g:
```suggestion
/// span of all bytes which contain any bit in this Bitmap
```
--
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]