Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/19307#discussion_r140211316
--- Diff:
core/src/test/scala/org/apache/spark/scheduler/SchedulerIntegrationSuite.scala
---
@@ -625,6 +625,8 @@ class BasicSchedulerIntegrationSuite extends
SchedulerIntegrationSuite[SingleCor
backend.taskFailed(taskDescription, fetchFailed)
case (1, _, partition) =>
backend.taskSuccess(taskDescription, 42 + partition)
+ case unmatched =>
--- End diff --
Many new warnings about a match not being exhaustive; this is one case
where it was clearly avoidable. I left other instances alone
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]