srowen commented on a change in pull request #31948:
URL: https://github.com/apache/spark/pull/31948#discussion_r663546965



##########
File path: core/src/main/scala/org/apache/spark/status/api/v1/api.scala
##########
@@ -342,6 +342,7 @@ class ShuffleWriteMetrics private[spark](
 class TaskMetricDistributions private[spark](
     val quantiles: IndexedSeq[Double],
 
+    val duration: IndexedSeq[Double],

Review comment:
       @AngersZhuuuu is this OK to 'break' as it's it's private[spark]? we just 
discovered that it was kind of accidentally excluded from a previous change 
between 3.0 -> 3.1. If so we can just retain the exclusion, just checking.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to