lxy714433989 commented on PR #4288:
URL: https://github.com/apache/arrow-adbc/pull/4288#issuecomment-4357568568
I verified that the failure on Java 25 can be mitigated by adding the
following JVM options:
--sun-misc-unsafe-memory-access=allow
--add-opens=java.base/java.nio=ALL-UNNAMED
With these flags, the tests pass in my local environment on Java 25. This
suggests the issue is related to a compatibility problem between Arrow/Netty
and newer JDK behavior, rather than the changes in this PR.
Since this affects CI configuration, this likely needs to be handled at the
project level. Possible options could be:
1. Add these JVM options for Java 25 in CI
2. Temporarily exclude Java 25 from CI until upstream compatibility is
improved
Based on local testing, these JVM options appear to mitigate the issue and
may also work in CI.
--
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]