You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2022/11/03 13:03:04 UTC

[spark] branch master updated (5a2da015c65 -> 0745daeefbe)

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from 5a2da015c65 [SPARK-34079][SQL][FOLLOWUP] Improve the readability and simplify the code for MergeScalarSubqueries
     add 0745daeefbe [SPARK-40834][SQL] Use SparkListenerSQLExecutionEnd to track final SQL status in UI

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/SparkThrowableHelper.scala    | 14 +++++++
 .../apache/spark/sql/execution/SQLExecution.scala  | 12 +++++-
 .../spark/sql/execution/ui/AllExecutionsPage.scala | 11 ++----
 .../sql/execution/ui/SQLAppStatusListener.scala    |  7 +++-
 .../spark/sql/execution/ui/SQLAppStatusStore.scala |  3 +-
 .../spark/sql/execution/ui/SQLListener.scala       |  5 ++-
 .../spark/sql/execution/SQLJsonProtocolSuite.scala | 44 ++++++++++++++++++++--
 .../sql/execution/ui/AllExecutionsPageSuite.scala  |  2 +-
 .../execution/ui/SQLAppStatusListenerSuite.scala   | 25 ++++++++++++
 .../spark/status/api/v1/sql/SqlResourceSuite.scala |  3 +-
 10 files changed, 107 insertions(+), 19 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org