apache / arrow-java

Official Java implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
4 stars 5 forks source link

[Java] Provide guidance in documentation for using Arrow in an uberjar setting #288

Open asfimport opened 7 years ago

asfimport commented 7 years ago

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.

asfimport commented 7 years ago

Li Jin / @icexelloss: Pull request: https://github.com/apache/arrow/pull/540

asfimport commented 7 years ago

Wes McKinney / @wesm: Can we add some documentation for this?

asfimport commented 7 years ago

Li Jin / @icexelloss: Yes, I will do this.

asfimport commented 6 years ago

Jingyuan Wang / @alphalfalfa: @icexelloss, do we still need this? I am re-assigning this to you. 

asfimport commented 6 years ago

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

asfimport commented 2 years ago

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.