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

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

AmplabJenkins 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-445896763
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/99913/
   Test PASSed.

----------------------------------------------------------------
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