dongjoon-hyun edited a comment 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 in Spark, we need to try to find another ways. BTW, Hadoop 3.3 also removes `KerberosUtils` warnings by changing the implementation. We may find a better way for ours, too. For now, this is the best effort to reduce the scope of the problem.
---------------------------------------------------------------- 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]
