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


##########
java/memory/memory-core/src/test/java/org/apache/arrow/memory/util/TestArrowBufPointer.java:
##########
@@ -204,6 +204,11 @@ public int hashCode(ArrowBuf buf, long offset, long 
length) {
       return SimpleHasher.INSTANCE.hashCode(buf, offset, length);
     }
 
+    @Override
+    public int hashCode(byte[] buf, int offset, int length) {
+      return 0;

Review Comment:
   could you please explain a bit why this returns `0`? 



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