Sean Owen created SPARK-27571:
---------------------------------

             Summary: 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


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

Reply via email to