felipecrv commented on code in PR #35345:
URL: https://github.com/apache/arrow/pull/35345#discussion_r1356852897
##########
cpp/src/arrow/array/concatenate.cc:
##########
@@ -97,10 +99,18 @@ Status ConcatenateBitmaps(const std::vector<Bitmap>&
bitmaps, MemoryPool* pool,
return Status::OK();
}
+int64_t SumBufferSizes(const BufferVector& buffers) {
Review Comment:
Yes. Renaming.
--
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]