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

Wenchen Fan updated SPARK-16189:
--------------------------------
    Assignee: Takuya Ueshin

> 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
>            Assignee: Takuya Ueshin
>             Fix For: 2.1.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to