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

    https://github.com/apache/spark/pull/22674#discussion_r223873406
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLListener.scala ---
    @@ -39,7 +39,14 @@ case class SparkListenerSQLExecutionStart(
     
     @DeveloperApi
     case class SparkListenerSQLExecutionEnd(executionId: Long, time: Long)
    -  extends SparkListenerEvent
    +  extends SparkListenerEvent {
    +
    +  @JsonIgnore private[sql] var executionName: Option[String] = None
    --- End diff --
    
    Why do we want to be backwards compatible here? SHS?


---

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

Reply via email to