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 2016/06/24 09:39:16 UTC

[jira] [Commented] (SPARK-16189) Add ExistingRDD logical plan for input with RDD to have a chance to eliminate serialize/deserialize.

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

Apache Spark commented on SPARK-16189:
--------------------------------------

User 'ueshin' has created a pull request for this issue:
https://github.com/apache/spark/pull/13890

> Add ExistingRDD logical plan for input with RDD to have a chance to eliminate serialize/deserialize.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16189
>                 URL: https://issues.apache.org/jira/browse/SPARK-16189
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Takuya Ueshin
>
> Currently the input {{RDD}} of {{Dataset}} is always serialized to {{RDD\[InternalRow\]}} prior to being as {{Dataset}}, but there is a case that we use {{map}} or {{mapPartitions}} just after converted to {{Dataset}}.
> In this case, serialize and then deserialize happens but it would not be needed.
> This patch adds {{ExistingRDD}} logical plan for input with {{RDD}} to have a chance to eliminate serialize/deserialize.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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