GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/16288
[SPARK-18869][SQL] Add lp/pp to plan nodes for getting logical/physical
plans
## What changes were proposed in this pull request?
After the bug fix in SPARK-18854, TreeNode.apply now returns TreeNode[_]
rather than a more specific type. It would be easier for interactive debugging
to introduce lp that returns LogicalPlan, and pp that returns SparkPlan.
## How was this patch tested?
N/A - this is a developer only feature used for interactive debugging. As
long as it compiles, it should be good to go.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark SPARK-18869
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16288.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 #16288
----
commit f498b4a0f2cbc9d3f0c038b73053c8018a6d9984
Author: Reynold Xin <[email protected]>
Date: 2016-12-15T00:49:42Z
[SPARK-18869][SQL] Add lp and pp to plan nodes for getting logical plans
and physical plans
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]