davisusanibar commented on code in PR #37723:
URL: https://github.com/apache/arrow/pull/37723#discussion_r1348133100


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/Accountant.java:
##########
@@ -286,7 +288,7 @@ public void setLimit(long newLimit) {
    *
    * @return Currently allocate memory in bytes.
    */
-  public long getAllocatedMemory() {
+  public long getAllocatedMemory(Accountant this) {

Review Comment:
   > Hmm, is this needed? It's not used.
   
   Not needed, I am going to delete that



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

Reply via email to