You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/01/20 07:46:35 UTC

[jira] [Commented] (SPARK-5323) Row shouldn't extend Seq

    [ https://issues.apache.org/jira/browse/SPARK-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283511#comment-14283511 ] 

Apache Spark commented on SPARK-5323:
-------------------------------------

User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/4115

> Row shouldn't extend Seq
> ------------------------
>
>                 Key: SPARK-5323
>                 URL: https://issues.apache.org/jira/browse/SPARK-5323
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>
> Extending Seq comes at a huge cost:
> 1. Bytecode bloat (the Row constructor now has to make about 20 static calls to the init method of various constructors.
> 2.  Documentation bloat (added hundreds of methods most of them are irrelevant).



--
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