Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/22420#discussion_r218293704
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusListener.scala
---
@@ -83,7 +83,7 @@ class SQLAppStatusListener(
// track of the metrics knows which accumulators to look at.
val accumIds = exec.metrics.map(_.accumulatorId).sorted.toList
event.stageIds.foreach { id =>
- stageMetrics.put(id, new LiveStageMetrics(id, 0, accumIds.toArray,
new ConcurrentHashMap()))
+ stageMetrics.put(id, new LiveStageMetrics(id, 0, accumIds.toSet, new
ConcurrentHashMap()))
--- End diff --
cc @gengliangwang
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]