stczwd commented on a change in pull request #35185:
URL: https://github.com/apache/spark/pull/35185#discussion_r816749409



##########
File path: 
core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala
##########
@@ -599,7 +599,8 @@ class EventLoggingListenerSuite extends SparkFunSuite with 
LocalSparkContext wit
       stageId: Int,
       taskType: String,
       executorMetrics: ExecutorMetrics): SparkListenerTaskEnd = {
-    val taskInfo = new TaskInfo(taskId, taskIndex, 0, 1553291556000L, 
executorId, "executor",
+    val taskInfo = new TaskInfo(
+      taskId, taskIndex, 0, taskIndex, 1553291556000L, executorId, "executor",

Review comment:
       change `taskId, taskIndex, 0, taskIndex` to `taskId, taskIndex, 0, 
partitionId = taskIndex` is sound good to me.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to