pjfanning commented on PR #2904:
URL: https://github.com/apache/drill/pull/2904#issuecomment-2067479146
This is causing a compile problem because Drill has some classes of its own
that try to get inside the netty internals. The netty inner state has changed.
```
Error:
/home/runner/work/drill/drill/exec/memory/base/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java:[112,38]
error: cannot find symbol
symbol: variable chunkSize
location: class PoolArena<ByteBuffer>
Error:
/home/runner/work/drill/drill/exec/memory/base/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java:[169,41]
error: cannot find symbol
symbol: variable chunkSize
location: variable directArena of type PoolArena<ByteBuffer>
```
--
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]