[
https://issues.apache.org/jira/browse/SPARK-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cheng Lian resolved SPARK-6608.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
Issue resolved by pull request 5265
[https://github.com/apache/spark/pull/5265]
> Make DataFrame.rdd a lazy val
> -----------------------------
>
> Key: SPARK-6608
> URL: https://issues.apache.org/jira/browse/SPARK-6608
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 1.3.0
> Reporter: Cheng Lian
> Assignee: Cheng Lian
> Priority: Minor
> Fix For: 1.4.0
>
>
> Before 1.3.0, {{SchemaRDD.id}} works as a unique identifier of each
> {{SchemaRDD}}. In 1.3.0, unlike {{SchemaRDD}}, {{DataFrame}} is no longer an
> RDD, and {{DataFrame.rdd}} is actually a function which always return a new
> RDD instance. Making {{DataFrame.rdd}} a {{lazy val}} should bring the unique
> identifier back.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]