[ https://issues.apache.org/jira/browse/SPARK-27571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Owen resolved SPARK-27571. ------------------------------- Resolution: Fixed Fix Version/s: 3.0.0 Issue resolved by pull request 24463 [https://github.com/apache/spark/pull/24463] > Spark 3.0 build warnings: reflectiveCalls edition > ------------------------------------------------- > > Key: SPARK-27571 > URL: https://issues.apache.org/jira/browse/SPARK-27571 > Project: Spark > Issue Type: Improvement > Components: Examples, Spark Core, YARN > Affects Versions: 3.0.0 > Reporter: Sean Owen > Assignee: Sean Owen > Priority: Minor > Fix For: 3.0.0 > > > We have a few places in the code where {{scala.lang.reflectiveCalls}} is > imported to avoid warnings about, well, reflective calls in Scala. This > usually comes up in tests where an anonymous inner class has been defined > with additional methods, which actually can't be accessed directly without > reflection. This is a little undesirable and easy enough to avoid. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org