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



##########
File path: core/src/main/scala/org/apache/spark/status/storeTypes.scala
##########
@@ -286,6 +289,7 @@ private[spark] class TaskDataWrapper(
       taskId,
       index,
       attempt,
+      partitionId,
       new Date(launchTime),

Review comment:
       I tried to reproduce this issue...but I just realize that this change 
doesn't reflect in UI..So how could I verify the "partitionId" value that is 
read by the history server? (I tried to hard code it by printing the 
"partitionId" but somehow it didn't print anything as expected...) cc 
@jackylee-ch 




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