vibhatha commented on code in PR #43903:
URL: https://github.com/apache/arrow/pull/43903#discussion_r1741492292


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/AllocationReservation.java:
##########
@@ -59,7 +84,8 @@ public interface AllocationReservation extends AutoCloseable {
   ArrowBuf allocateBuffer();
 
   /**
-   * Get the current size of the reservation (the sum of all the add()s).
+   * Get the current size of the reservation (the sum of all the add()s). Int 
version is deprecated,
+   * use getLongSize instead.

Review Comment:
   Oh sorry I removed it and forgot to update 



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