edtbl76 commented on code in PR #42161:
URL: https://github.com/apache/arrow/pull/42161#discussion_r1642087755
##########
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:
Readability / Modularity. Now that I look at it a day later, it's probably
more of the former than the latter! Sorry about that. I probably should have
asked before doing 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]