GitHub user sharkdtu opened a pull request:
https://github.com/apache/spark/pull/13123
[Core] Remove unnecessary calculation of stage's parents
## What changes were proposed in this pull request?
Remove unnecessary calculation of stage's parents, because stage's parents
have been set at the time of stage construction.
## How was this patch tested?
Make use of the existing test cases
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sharkdtu/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13123.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 #13123
----
commit 6e93108e5a6642938bc1d16c3f204714f05e4bd5
Author: sharkd <[email protected]>
Date: 2016-05-15T09:15:02Z
Remove unnecessary calculation of stage's parents
----
---
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]