This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch netty-upgrade
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/netty-upgrade by this push:
     new c4953a8f25 Update PooledByteBufAllocatorL.java
c4953a8f25 is described below

commit c4953a8f25fac4c36235ca7b006e83eb54b67160
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 24 11:39:36 2023 +0100

    Update PooledByteBufAllocatorL.java
---
 .../base/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/exec/memory/base/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java 
b/exec/memory/base/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java
index bee3beb9bc..e28a2f8d91 100644
--- 
a/exec/memory/base/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java
+++ 
b/exec/memory/base/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java
@@ -154,7 +154,7 @@ public class PooledByteBufAllocatorL {
     }
 
     private UnsafeDirectLittleEndian newDirectBufferL(int initialCapacity, int 
maxCapacity) {
-      PoolThreadCache cache = threadCache();
+      PoolArenasCache cache = threadCache();
       PoolArena<ByteBuffer> directArena = cache.directArena;
 
       if (directArena != null) {

Reply via email to