cloud-fan commented on a change in pull request #27849: [SPARK-31081][UI][SQL] 
Make the display of stageId/stageAttemptId/taskId of sql metrics configurable 
in UI
URL: https://github.com/apache/spark/pull/27849#discussion_r391425285
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/metric/SQLMetrics.scala
 ##########
 @@ -233,4 +228,13 @@ object SQLMetrics {
         SparkListenerDriverAccumUpdates(executionId.toLong, metrics.map(m => 
m.id -> m.value)))
     }
   }
+
+  private def attachTaskId(name: String, conf: SparkConf): String = {
 
 Review comment:
   `attachTaskInfo`? stage id is part of the task info which tells which stage 
the task comes from.

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

Reply via email to