gengliangwang commented on a change in pull request #27927:
[SPARK-31081][UI][SQL] Make display of stageId/stageAttemptId/taskId of sql
metrics toggleable
URL: https://github.com/apache/spark/pull/27927#discussion_r394171507
##########
File path:
sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.js
##########
@@ -70,6 +71,10 @@ function setupTooltipForSparkPlanNode(nodeId) {
})
}
+// labelSeparator should be a non-graphical character in order not to affect
the width of boxes.
+var labelSeparator = "\x01";
Review comment:
Could you explain more about the `labelSeparator` as "\x01" here? It seem
that the label of cluster will contain the `<span
class='stageId-and-taskId-metrics'>` as well.
----------------------------------------------------------------
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]