Github user lianhuiwang commented on a diff in the pull request:
https://github.com/apache/spark/pull/4134#discussion_r23381894
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -349,34 +349,7 @@ class DAGScheduler(
}
private def
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/4134#discussion_r23366593
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -349,34 +349,7 @@ class DAGScheduler(
}
private def g
Github user lianhuiwang commented on a diff in the pull request:
https://github.com/apache/spark/pull/4134#discussion_r23294907
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -349,34 +349,7 @@ class DAGScheduler(
}
private def
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/4134#issuecomment-70802189
Can one of the admins verify this patch?
---
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 pro
GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/4134
[SPARK-4654][CORE] Clean up DAGScheduler getMissingParentStages /
stageDependsOn methods
This is a follow up of https://github.com/apache/spark/pull/3515 with some
minor fix.
@JoshRosen do yo