[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to