dongjoon-hyun commented on issue #24825: [SPARK-27981][CORE] Remove `Illegal reflective access` warning for `java.nio.Bits.unaligned()` in JDK9+ URL: https://github.com/apache/spark/pull/24825#issuecomment-500132407 Yes. This PR is only for `java.nio.Bits.unaligned`. Since Java 9, that field is allowed to be accessed. For another warnings, we need to try to find another ways. For example, Hadoop 3.3 also removes `KerberosUtils` warnings by changing the implementation. This is the best effort for now.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
