lidavidm commented on code in PR #42161:
URL: https://github.com/apache/arrow/pull/42161#discussion_r1642034991
##########
java/memory/memory-netty-buffer-patch/src/test/java/io/netty/buffer/TestUnsafeDirectLittleEndian.java:
##########
@@ -70,4 +57,22 @@ public void testPrimitiveGetSet() {
e.printStackTrace();
}
}
+
+ private static UnsafeDirectLittleEndian getUnsafeDirectLittleEndian(ByteBuf
byteBuf) {
Review Comment:
Just curious, was there a reason to split this out?
--
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]