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


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/BaseAllocator.java:
##########
@@ -929,7 +957,7 @@ public ArrowBuf allocateBuffer() {
 
     @Override
     public int getSize() {
-      return nBytes;
+      return (int) nBytes;

Review Comment:
   We should. We have I think 



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