[
https://issues.apache.org/jira/browse/SPARK-26312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-26312.
----------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0
Issue resolved by pull request 23262
[https://github.com/apache/spark/pull/23262]
> 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: eaton
> Priority: Major
> Fix For: 3.0.0
>
>
> `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: [email protected]
For additional commands, e-mail: [email protected]