stevenschlansker commented on code in PR #2256:
URL: https://github.com/apache/fury/pull/2256#discussion_r2110229632
##########
ci/run_ci.sh:
##########
@@ -146,10 +146,11 @@ integration_tests() {
jdk17_plus_tests() {
java -version
+ export
JDK_JAVA_OPTIONS="--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED"
Review Comment:
This is needed for tests to run in JDK17+ (see
https://arrow.apache.org/docs/java/install.html )
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]