Commits


liyafan82 authored and Micah Kornfield committed af17e448c3b
ARROW-7935: [Java] Remove Netty dependency for BufferAllocator and ReferenceManager With previous work (ARROW-7329 and ARROW-7505) finished, Netty based allocation is only one of the possible implementations. So we need to revise BufferAllocator and ReferenceManager, to make them general, and independent of Netty libraries. Closes #6487 from liyafan82/fly_0225_denet and squashes the following commits: 58e574949 <liyafan82> Move Netty related exception handling to PooledByteBufAllocatorL 5ba874f21 <liyafan82> Remove Netty dependency for BufferAllocator and ReferenceManager Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>