Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/23105#discussion_r235420647 --- Diff: core/src/main/scala/org/apache/spark/executor/ShuffleReadMetrics.scala --- @@ -122,34 +123,3 @@ class ShuffleReadMetrics private[spark] () extends Serializable { } } } - -/** - * A temporary shuffle read metrics holder that is used to collect shuffle read metrics for each - * shuffle dependency, and all temporary metrics will be merged into the [[ShuffleReadMetrics]] at - * last. - */ -private[spark] class TempShuffleReadMetrics { --- End diff -- this was moved to TempShuffleReadMetrics
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org