Describe the bug, including details regarding any error messages, version, and platform.
https://arrow.apache.org/docs/dev/java/install.html#java-compatibility
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
Describe the bug, including details regarding any error messages, version, and platform.
https://arrow.apache.org/docs/dev/java/install.html#java-compatibility
code-blockisn't processed.Component(s)
Documentation, Java