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

    https://github.com/apache/spark/pull/23207#discussion_r239698500
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/metric/SQLMetrics.scala 
---
    @@ -78,6 +80,7 @@ object SQLMetrics {
       private val SUM_METRIC = "sum"
       private val SIZE_METRIC = "size"
       private val TIMING_METRIC = "timing"
    +  private val NS_TIMING_METRIC = "nanosecond"
    --- End diff --
    
    How about naming it as `NORMALIZE_TIMING_METRIC`, maybe it can be reused 
later for other timing metric which need normalize unit. If you think its 
strange name I'll change back.


---

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

Reply via email to