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

    https://github.com/apache/spark/pull/23068#discussion_r234402077
  
    --- Diff: 
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
    @@ -70,6 +70,8 @@ private[spark] class AppStatusListener(
       private val liveTasks = new HashMap[Long, LiveTask]()
       private val liveRDDs = new HashMap[Int, LiveRDD]()
       private val pools = new HashMap[String, SchedulerPool]()
    +
    +  private val SQL_EXECUTION_ID_KEY = "spark.sql.execution.id"
    --- End diff --
    
    Here we can't access `SQLExecution.EXECUTION_ID_KEY`. So use a variable for 
the key string.


---

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

Reply via email to