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 cd4476f  [SPARK-37469][WEBUI] unified shuffle read block time to 
shuffle read fetch wait time in StagePage
     add f6e2e65  [SPARK-37478][SQL][TESTS] Unify v1 and v2 DROP NAMESPACE tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  27 -----
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  64 ------------
 .../spark/sql/execution/command/DDLSuite.scala     |  81 +--------------
 .../command/DescribeNamespaceSuiteBase.scala       |   3 -
 ...rSuite.scala => DropNamespaceParserSuite.scala} |  34 +++---
 .../execution/command/DropNamespaceSuiteBase.scala | 114 +++++++++++++++++++++
 ...espacesSuite.scala => DropNamespaceSuite.scala} |  31 +++---
 ...ocationSuite.scala => DropNamespaceSuite.scala} |  18 ++--
 ...titionsSuite.scala => DropNamespaceSuite.scala} |  10 +-
 9 files changed, 170 insertions(+), 212 deletions(-)
 copy 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/{AlterNamespaceSetLocationParserSuite.scala
 => DropNamespaceParserSuite.scala} (52%)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DropNamespaceSuiteBase.scala
 copy 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/{ShowNamespacesSuite.scala
 => DropNamespaceSuite.scala} (58%)
 copy 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{AlterNamespaceSetLocationSuite.scala
 => DropNamespaceSuite.scala} (63%)
 copy 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{AlterTableRecoverPartitionsSuite.scala
 => DropNamespaceSuite.scala} (79%)

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

Reply via email to