Jacek Lewandowski created SPARK-11344:
-----------------------------------------

             Summary: ApplicationDescription should be immutable case class
                 Key: SPARK-11344
                 URL: https://issues.apache.org/jira/browse/SPARK-11344
             Project: Spark
          Issue Type: Bug
          Components: Deploy, Spark Core
    Affects Versions: 1.5.1, 1.4.1
            Reporter: Jacek Lewandowski


{{ApplicationDescription}} should be a case class. Currently it is not 
immutable because it has one {{var}} field. This is something which has to be 
refactored because it causes confusion and bugs - for example, with SPARK-1706 
introduced additional {{val}} to {{ApplicationDescription}} but it was missed 
in {{copy}} method. 




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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to