Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Jun 16, 2021
2 parents 51dcf2b + 6c81e2d commit 87a079e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -620,7 +620,7 @@ class EventLoggingListenerSuite extends SparkFunSuite with LocalSparkContext wit
case (expected: SparkListenerTaskEnd, actual: SparkListenerTaskEnd) =>
assert(expected.stageId === actual.stageId)
case (expected: SparkListenerExecutorMetricsUpdate,
actual: SparkListenerExecutorMetricsUpdate) =>
actual: SparkListenerExecutorMetricsUpdate) =>
assert(expected.execId == actual.execId)
assert(expected.execId == SparkContext.DRIVER_IDENTIFIER)
case (expected: SparkListenerEvent, actual: SparkListenerEvent) =>
Expand Down

0 comments on commit 87a079e

Please sign in to comment.