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 1c7b79c  [SPARK-33856][SQL] Migrate ALTER TABLE ... RENAME TO 
PARTITION to use UnresolvedTable to resolve the identifier
     add b313a1e  [SPARK-33849][SQL][TESTS] Unify v1 and v2 DROP TABLE tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 26 ------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 75 ----------------
 .../spark/sql/execution/command/DDLSuite.scala     | 21 -----
 .../execution/command/DropTableParserSuite.scala   | 55 ++++++++++++
 .../sql/execution/command/DropTableSuiteBase.scala | 99 ++++++++++++++++++++++
 .../sql/execution/command/v1/DropTableSuite.scala  | 62 ++++++++++++++
 .../sql/execution/command/v2/DropTableSuite.scala  | 74 ++++++++++++++++
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |  4 -
 ...{ShowTablesSuite.scala => DropTableSuite.scala} |  2 +-
 9 files changed, 291 insertions(+), 127 deletions(-)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DropTableParserSuite.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DropTableSuiteBase.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/DropTableSuite.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/DropTableSuite.scala
 copy 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{ShowTablesSuite.scala
 => DropTableSuite.scala} (92%)


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

Reply via email to