You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Herman van Hovell (JIRA)" <ji...@apache.org> on 2016/10/02 23:08:20 UTC

[jira] [Created] (SPARK-17761) Simplify InternalRow hierarchy

Herman van Hovell created SPARK-17761:
-----------------------------------------

             Summary: 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: Herman van Hovell


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