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/01/05 08:14:03 UTC

[spark] branch master updated (6061e60e -> 33bdfba)

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 6061e60e [SPARK-8582][CORE] Checkpoint eagerly when asked to do so for real
     add 33bdfba  [SPARK-37804][SQL][TEST] Unify v1 and v2 CREATE NAMESPACE tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  84 ------------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  89 +------------
 .../command/CreateNamespaceParserSuite.scala       | 111 ++++++++++++++++
 .../command/CreateNamespaceSuiteBase.scala         | 141 +++++++++++++++++++++
 .../spark/sql/execution/command/DDLSuite.scala     |  91 -------------
 ...spaceSuite.scala => CreateNamespaceSuite.scala} |  45 ++++---
 ...rtiesSuite.scala => CreateNamespaceSuite.scala} |   6 +-
 ...spaceSuite.scala => CreateNamespaceSuite.scala} |   7 +-
 8 files changed, 281 insertions(+), 293 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/CreateNamespaceParserSuite.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/CreateNamespaceSuiteBase.scala
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/{DescribeNamespaceSuite.scala => CreateNamespaceSuite.scala} (52%)
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{AlterNamespaceSetPropertiesSuite.scala => CreateNamespaceSuite.scala} (81%)
 copy sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{DropNamespaceSuite.scala => CreateNamespaceSuite.scala} (72%)

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