[
https://issues.apache.org/jira/browse/SPARK-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Armbrust resolved SPARK-5323.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
Issue resolved by pull request 4115
[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
> Fix For: 1.3.0
>
>
> 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]