Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23128#discussion_r237128189
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/metric/SQLMetrics.scala 
---
    @@ -194,4 +202,16 @@ object SQLMetrics {
             SparkListenerDriverAccumUpdates(executionId.toLong, metrics.map(m 
=> m.id -> m.value)))
         }
       }
    +
    +  /**
    +   * Create all shuffle read relative metrics and return the Map.
    +   */
    +  def getShuffleReadMetrics(sc: SparkContext): Map[String, SQLMetric] = 
Map(
    --- End diff --
    
    I'd prefer to name this create, rather than get, to imply we are creating a 
new set rather than just returning some existing sets.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to