[ https://issues.apache.org/jira/browse/SPARK-17761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-17761:
------------------------------------
Assignee: Apache Spark (was: Herman van Hovell)
> Simplify InternalRow hierarchy
> ------------------------------
>
> Key: SPARK-17761
> URL: https://issues.apache.org/jira/browse/SPARK-17761
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Herman van Hovell
> Assignee: Apache Spark
>
> The current InternalRow hierarchy makes a difference between immutable and mutable rows.
In practice we cannot guarantee that an immutable internal row is immutable (you can always
pass a mutable object as an one of its elements). Lets make all internal rows mutable (and
reduce the complexity).
--
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
|