HyukjinKwon commented on a change in pull request #31992:
URL: https://github.com/apache/spark/pull/31992#discussion_r652346351



##########
File path: 
core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala
##########
@@ -618,6 +619,10 @@ class EventLoggingListenerSuite extends SparkFunSuite with 
LocalSparkContext wit
         assert(expected.stageInfo.stageId === actual.stageInfo.stageId)
       case (expected: SparkListenerTaskEnd, actual: SparkListenerTaskEnd) =>
         assert(expected.stageId === actual.stageId)
+      case (expected: SparkListenerExecutorMetricsUpdate,
+      actual: SparkListenerExecutorMetricsUpdate) =>

Review comment:
       ```suggestion
             actual: SparkListenerExecutorMetricsUpdate) =>
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to