GitHub user mbautin opened a pull request:

    https://github.com/apache/spark/pull/11036

    [SPARK-12291] [SQL] Establish a link between SparkPlan and LogicalPlan nodes

    This is a prerequisite for reusing RDDs corresponding to shared query
    fragments between different Spark SQL queries, which helps improve
    performance significantly on many analytical workloads even without
    explicitly caching any tables.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mbautin/spark 
SPARK-12991_SparkPlan_LogicalPlan

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11036.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11036
    
----
commit 9f70a75af706da6bde03c295e5fc9f38b77fc373
Author: Mikhail Bautin <mbau...@gmail.com>
Date:   2016-02-02T19:33:21Z

    [SPARK-12291] [SQL] Establish a link between SparkPlan and LogicalPlan nodes
    
    This is a prerequisite for reusing RDDs corresponding to shared query
    fragments between different Spark SQL queries, which helps improve
    performance significantly on many analytical workloads even without
    explicitly caching any tables.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to