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

    https://github.com/apache/spark/pull/19981#discussion_r157137789
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/internal/SharedState.scala ---
    @@ -82,6 +82,19 @@ private[sql] class SharedState(val sparkContext: 
SparkContext) extends Logging {
        */
       val cacheManager: CacheManager = new CacheManager
     
    +  /**
    +   * A status store to query SQL status/metrics of this Spark application, 
based on SQL-specific
    +   * [[org.apache.spark.scheduler.SparkListenerEvent]]s.
    +   */
    +  val statusStore: SQLAppStatusStore = {
    --- End diff --
    
    +1 


---

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

Reply via email to