[jira] [Updated] (SPARK-6902) Row() object can be mutated even though it should be immutable

2015-04-16 Thread Michael Armbrust (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Armbrust updated SPARK-6902: Assignee: Davies Liu > Row() object can be mutated even though it should be immutable >

[jira] [Updated] (SPARK-6902) Row() object can be mutated even though it should be immutable

2015-04-14 Thread Jonathan Arfa (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Arfa updated SPARK-6902: - Description: See the below code snippet, IMHO it shouldn't let you assign {{x.c = 5}} and should