pitrou commented on code in PR #43886:
URL: https://github.com/apache/arrow/pull/43886#discussion_r1736810646
##########
cpp/src/arrow/memory_pool.cc:
##########
@@ -916,6 +916,13 @@ class PoolBuffer final : public ResizableBuffer {
}
private:
+ Result<int64_t> RoundCapacity(int64_t capacity) {
Review Comment:
Good point, let's do it.
```suggestion
static Result<int64_t> RoundCapacity(int64_t capacity) {
```
--
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]