You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jakob Odersky (JIRA)" <ji...@apache.org> on 2016/01/12 01:01:39 UTC

[jira] [Created] (SPARK-12761) Clean up duplicated code in scala 2.11 repl.Main

Jakob Odersky created SPARK-12761:
-------------------------------------

             Summary: Clean up duplicated code in scala 2.11 repl.Main
                 Key: SPARK-12761
                 URL: https://issues.apache.org/jira/browse/SPARK-12761
             Project: Spark
          Issue Type: Improvement
          Components: Spark Shell
            Reporter: Jakob Odersky
            Priority: Trivial


There is duplicate code in {{/repl/scala-2.11/src/main/scala/org/apache/spark/repl/Main.scala}}. According to git blame, I moved the "settings" val to a method-local val, however due to a subsequent merge it was reintroduced as a global val.

Cf https://github.com/apache/spark/blame/master/repl/scala-2.11/src/main/scala/org/apache/spark/repl/Main.scala, line 33.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org