lidavidm commented on code in PR #14506:
URL: https://github.com/apache/arrow/pull/14506#discussion_r1007051691


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/ReferenceManager.java:
##########
@@ -18,8 +18,10 @@
 package org.apache.arrow.memory;
 
 /**
- * Reference Manager manages one or more ArrowBufs that share the
- * reference count for the underlying memory chunk.
+ * ReferenceManager is the reference count for one or more allocations.

Review Comment:
   What is the difference between these? Given the public interface is a set of 
reference counting methods, I'd say it is a reference count. (And for instance, 
the way you manipulate the reference count of an ArrowBuf is by getting its 
reference manager.)



-- 
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