panbingkun commented on code in PR #39266:
URL: https://github.com/apache/arrow/pull/39266#discussion_r1433648470
##########
java/memory/memory-netty/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java:
##########
@@ -137,7 +137,6 @@ private class InnerAllocator extends PooledByteBufAllocator
{
private final PoolArena<ByteBuffer>[] directArenas;
private final MemoryStatusThread statusThread;
- private final int chunkSize;
Review Comment:
From code analysis, it seems that the `chunkSize` field here is useless.
After the constructor is assigned, it is no longer used, and this value is
directly derived from the parent class.
--
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]