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 2020/05/20 12:22:06 UTC

[spark] branch branch-3.0 updated (0a20d32 -> 4e95339)

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

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


    from 0a20d32  [SPARK-31766][K8S][TESTS] Add Spark version prefix to K8s UUID test image tag
     add 4e95339  Revert [SPARK-27142][SPARK-31440] SQL rest API in branch 3.0

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/execution/ui/SQLAppStatusStore.scala |   4 -
 .../spark/sql/execution/ui/SparkPlanGraph.scala    |   6 +-
 .../status/api/v1/sql/ApiSqlRootResource.scala     |  29 ---
 .../spark/status/api/v1/sql/SqlResource.scala      | 157 ----------------
 .../org/apache/spark/status/api/v1/sql/api.scala   |  42 -----
 .../spark/status/api/v1/sql/SqlResourceSuite.scala | 205 ---------------------
 6 files changed, 3 insertions(+), 440 deletions(-)
 delete mode 100644 sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/ApiSqlRootResource.scala
 delete mode 100644 sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/SqlResource.scala
 delete mode 100644 sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/api.scala
 delete mode 100644 sql/core/src/test/scala/org/apache/spark/status/api/v1/sql/SqlResourceSuite.scala


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