kou opened a new issue, #43293: URL: https://github.com/apache/arrow/issues/43293
### Describe the bug, including details regarding any error messages, version, and platform. https://arrow.apache.org/docs/java/install.html#java-compatibility 1: > Otherwise, you may see errors like [``](https://arrow.apache.org/docs/java/install.html#id1)java.lang.IllegalAccessError: superclass access check failed: class org.apache.arrow.flight.ArrowMessage$ArrowBufRetainingCompositeByteBuf (in module org.apache.arrow.flight.core) cannot access class io.netty.buffer.CompositeByteBuf (in unnamed module …) because module org.apache.arrow.flight.core does not read unnamed module … The ``` `` ``` is linked but it's strange. 2: > Finally, if you are using arrow-dataset, you’ll also need to report that JDK internals need to be exposed. Modifying the command above for arrow-memory: .. code-block:: shell > > > \# Directly on the command line $ java –add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED -jar … # Indirectly via environment variables $ env _JAVA_OPTIONS=”–add-opens=java.base/java.nio=org.apache.arrow.dataset,org.apache.arrow.memory.core,ALL-UNNAMED” java -jar … `code-block` isn't processed. ### Component(s) Documentation, Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
