Jingyuan Wang created ARROW-799:
-----------------------------------
Summary: Access package-private fields readerIndex/writerIndex in
io.netty.buffer.AbstractByteBuf using public getter methods
Key: ARROW-799
URL: https://issues.apache.org/jira/browse/ARROW-799
Project: Apache Arrow
Issue Type: Task
Reporter: Jingyuan Wang
Assignee: Jingyuan Wang
Currently, ArrowBuf class directly access the package-private fields of
AbstractByteBuf class which makes shading Apache Arrow problematic. If we
relocate io.netty namespace excluding io.netty.buffer.ArrowBuf, it would throw
out IllegalAccessException.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)