You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jingyuan Wang (JIRA)" <ji...@apache.org> on 2017/04/09 20:19:41 UTC

[jira] [Created] (ARROW-799) Access package-private fields readerIndex/writerIndex in io.netty.buffer.AbstractByteBuf using public getter methods

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)