krishnamanchikalapudi commented on issue #56939: URL: https://github.com/apache/spark/issues/56939#issuecomment-4861604822
Hi @andrey-borisov-patrianna, opened a fix: [#56952](https://github.com/apache/spark/pull/56952) - Platform's static initializer now catches `ClassNotFoundException/NoSuchMethodException` around the `jdk.internal.ref.Cleaner` lookup and falls back to `CLEANER_CREATE_METHOD = null`, the same fallback already used when `--add-opens java.base/jdk.internal.ref=ALL-UNNAMED` isn't granted, instead of letting the missing class abort static init. CI is in progress on the fork; `Check changes` has passed so far, remaining jobs (build, Java 25 Maven build, UI tests, linters, docs) are still running. -- 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]
