[
https://issues.apache.org/jira/browse/SPARK-12991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15129429#comment-15129429
]
Apache Spark commented on SPARK-12991:
--------------------------------------
User 'mbautin' has created a pull request for this issue:
https://github.com/apache/spark/pull/11036
> Establish correspondence between SparkPlan and LogicalPlan nodes
> ----------------------------------------------------------------
>
> Key: SPARK-12991
> URL: https://issues.apache.org/jira/browse/SPARK-12991
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Mikhail Bautin
>
> In order to reuse RDDs across Spark SQL queries (SPARK-11838), we need to
> know a {{LogicalPlan}} a {{SparkPlan}} node corresponds to. Unfortunately,
> once a {{SparkPlan}} gets built, it is difficult to go back to
> {{LogicalPlan}} nodes. Ideally, there would be an optional field of the type
> {{LogicalPlan}} in {{SparkPlan}} that would get populated as {{SparkPlan}}
> gets built.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]