vanzin commented on a change in pull request #26218: [SPARK-29562][sql] Speed
up and slim down metric aggregation in SQL listener.
URL: https://github.com/apache/spark/pull/26218#discussion_r338835515
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusListener.scala
##########
@@ -208,43 +246,13 @@ class SQLAppStatusListener(
stageId: Int,
attemptId: Int,
taskId: Long,
+ partIdx: Int,
Review comment:
No. This is the index of the *partition* being computed.
----------------------------------------------------------------
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]