RelationalAI / rai-sdk-java

The RelationalAI Software Development Kit (SDK) for Java.
Apache License 2.0
5 stars 1 forks source link

Apache Arrow upgrade #17

Closed NRHelmi closed 2 years ago

NRHelmi commented 2 years ago

This PR:

If seeing errors like module java.base does not "opens java.nio" to unnamed module please make sure to run java with --add-opens=java.base/java.nio=ALL-UNNAMED argument or set JAVA_TOOL_OPTIONS environment variable

export JAVA_TOOL_OPTIONS="--add-opens=java.base/java.nio=ALL-UNNAMED"