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

ASF GitHub Bot commented on SPARK-26312:
----------------------------------------

SparkQA commented on issue #23262: [SPARK-26312][SQL]Replace 
RDDConversions.rowToRowRdd with RowEncoder to improve its conversion performance
URL: https://github.com/apache/spark/pull/23262#issuecomment-445890454
 
 
   **[Test build #99910 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/99910/testReport)**
 for PR 23262 at commit 
[`56cf4e5`](https://github.com/apache/spark/commit/56cf4e5f079c6ddd36de197eecc3b51393a5859b).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>            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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to