tgravescs commented on a change in pull request #26843:
[SPARK-30209][SQL][WEB-UI] Display stageId, attemptId and taskId for max
metrics in Spark UI.
URL: https://github.com/apache/spark/pull/26843#discussion_r356624564
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusListener.scala
##########
@@ -499,15 +522,31 @@ private class LiveStageMetrics(
}
val metricValues = taskMetrics.computeIfAbsent(acc.id, _ => new
Array(numTasks))
- metricValues(taskIdx) = value
- }
+ metricValues(taskIdx) = (value)
Review comment:
remove the extra () on (value)
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]