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 2018/12/08 07:39:00 UTC

[jira] [Assigned] (SPARK-26312) Converting converters in RDDConversions into arrays to improve their access performance

     [ https://issues.apache.org/jira/browse/SPARK-26312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-26312:
------------------------------------

    Assignee: Apache Spark

> Converting converters in RDDConversions into arrays to improve their access performance
> ---------------------------------------------------------------------------------------
>
>                 Key: SPARK-26312
>                 URL: https://issues.apache.org/jira/browse/SPARK-26312
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.4.0
>            Reporter: eaton
>            Assignee: Apache Spark
>            Priority: Major
>
> `RDDConversions` would get disproportionately slower as the number of columns in the query increased.
> This PR converts the `converters` in `RDDConversions` into arrays to improve their access performance, the type of `converters` before is `scala.collection.immutable.::` which is a subtype of list.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org