wesm commented on code in PR #13364:
URL: https://github.com/apache/arrow/pull/13364#discussion_r895059737


##########
cpp/src/arrow/util/bitmap.h:
##########
@@ -53,27 +53,36 @@ class ARROW_EXPORT Bitmap : public 
util::ToStringOstreamable<Bitmap>,
 
   Bitmap() = default;
 
-  Bitmap(std::shared_ptr<Buffer> buffer, int64_t offset, int64_t length)
-      : buffer_(std::move(buffer)), offset_(offset), length_(length) {}
+  Bitmap(const std::shared_ptr<Buffer>& buffer, int64_t offset, int64_t length)

Review Comment:
   I'll rename everything to use the "Span" name 



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to