Github user cloud-fan commented on the pull request:

    https://github.com/apache/spark/pull/5416#issuecomment-93177863
  
    Yes, the parent of the second shuffle map stage will be the first shuffle 
map stage. Logically every `Stage` except the first one have parents, but the 
problem is we always re-calculate it when we need parent stages. So I think 
maybe we should change `parents` from a value into a method.


---
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]

Reply via email to