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

    https://github.com/apache/spark/pull/22341#discussion_r215318105
  
    --- Diff: core/src/main/scala/org/apache/spark/storage/RDDInfo.scala ---
    @@ -55,7 +55,7 @@ class RDDInfo(
     }
     
     private[spark] object RDDInfo {
    -  private val callsiteForm = SparkEnv.get.conf.get(EVENT_LOG_CALLSITE_FORM)
    +  private lazy val callsiteForm = 
SparkEnv.get.conf.get(EVENT_LOG_CALLSITE_FORM)
    --- End diff --
    
    Thanks for explaining.


---

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

Reply via email to