pitrou commented on a change in pull request #8703:
URL: https://github.com/apache/arrow/pull/8703#discussion_r528210676
##########
File path: cpp/src/arrow/util/bitmap_reader.h
##########
@@ -69,6 +69,77 @@ class BitmapReader {
int64_t bit_offset_;
};
+// XXX Cannot name it BitmapWordReader because the name is already used
+// in bitmap_ops.cc
Review comment:
Yeah, I think that would be useful. I should open JIRAs for the various
XXX and TODOs here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]