Github user JoshRosen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17955#discussion_r120205772
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/ShuffleMapStage.scala ---
    @@ -42,13 +41,12 @@ private[spark] class ShuffleMapStage(
         parents: List[Stage],
         firstJobId: Int,
         callSite: CallSite,
    -    val shuffleDep: ShuffleDependency[_, _, _])
    +    val shuffleDep: ShuffleDependency[_, _, _],
    --- End diff --
    
    I'm actually going to leave this as-is for now since I think the reference 
might actually be serving a purpose and I want to minimize scope of changes for 
now.


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