Open asfimport opened 7 years ago
Li Jin / @icexelloss: Pull request: https://github.com/apache/arrow/pull/540
Wes McKinney / @wesm: Can we add some documentation for this?
Jingyuan Wang / @alphalfalfa: @icexelloss, do we still need this? I am re-assigning this to you.
Wes McKinney / @wesm: I removed this from the 0.10 release milestone. It would be great to have this documented to help other Java developers using Arrow
Todd Farmer / @toddfarmer: This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.
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.
Reporter: Jingyuan Wang / @alphalfalfa
Related issues:
Note: This issue was originally created as ARROW-799. Please see the migration documentation for further details.