eejbyfeldt commented on PR #41943:
URL: https://github.com/apache/spark/pull/41943#issuecomment-1632687298

   > I think the issue is that you end up compiling against a later version of 
JDK > If this change works for Java 8 and later, it seems fine.
   
   There are still issues compiling 2.13 with newer newer java like 11 and not 
setting java.version to 11. When not setting the java.version property the 
scala-maven-plugin will set `-release 8` which will not allow access to `sun.*` 
classes.  This is the case currently in master and that is not resolved in this 
PR.
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to