You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Li Jin (JIRA)" <ji...@apache.org> on 2017/04/14 18:01:42 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969344#comment-15969344 ] 

Li Jin commented on ARROW-799:
------------------------------

Pull request: https://github.com/apache/arrow/pull/540

> 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)