You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2022/11/09 01:19:31 UTC

[spark] branch master updated (4eef44ee9fb -> 8ee12bb3d46)

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

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


    from 4eef44ee9fb [SPARK-41050][BUILD] Upgrade scalafmt from 3.5.9 to 3.6.1
     add 8ee12bb3d46 Revert "[SPARK-38550][SQL][CORE] Use a disk-based store to save more debug information for live UI"

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/internal/config/Status.scala  |   8 --
 .../org/apache/spark/status/AppStatusStore.scala   |  27 +----
 docs/monitoring.md                                 |  11 --
 .../org/apache/spark/sql/internal/SQLConf.scala    |  11 --
 .../spark/sql/diagnostic/DiagnosticListener.scala  | 112 ---------------------
 .../spark/sql/diagnostic/DiagnosticStore.scala     |  71 -------------
 .../spark/sql/execution/QueryExecution.scala       |   6 +-
 .../apache/spark/sql/execution/SQLExecution.scala  |   6 +-
 .../spark/sql/execution/ui/SQLListener.scala       |   6 +-
 .../apache/spark/sql/internal/SharedState.scala    |   7 --
 .../status/api/v1/sql/ApiSqlRootResource.scala     |  11 --
 .../status/api/v1/sql/SQLDiagnosticResource.scala  |  67 ------------
 .../org/apache/spark/status/api/v1/sql/api.scala   |  10 --
 13 files changed, 8 insertions(+), 345 deletions(-)
 delete mode 100644 sql/core/src/main/scala/org/apache/spark/sql/diagnostic/DiagnosticListener.scala
 delete mode 100644 sql/core/src/main/scala/org/apache/spark/sql/diagnostic/DiagnosticStore.scala
 delete mode 100644 sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/SQLDiagnosticResource.scala


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