Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/2933#discussion_r19369647
--- Diff: core/src/main/scala/org/apache/spark/scheduler/Stage.scala ---
@@ -69,6 +70,10 @@ private[spark] class Stage(
var resultOfJob: Option[ActiveJob] = None
var pendingTasks = new HashSet[Task[_]]
+ /** This is used to track the life cycle of broadcast,
--- End diff --
Super-minor style nit, but I think our usual style is to not place comments
on the first `/**` line.
---
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]