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/12/15 05:39:58 UTC

[spark] branch master updated (366beda -> 141e26d)

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 366beda  [SPARK-33785][SQL] Migrate ALTER TABLE ... RECOVER PARTITIONS to use UnresolvedTable to resolve the identifier
     add 141e26d  [SPARK-33767][SQL][TESTS] Unify v1 and v2 ALTER TABLE .. DROP PARTITION tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  50 +------
 .../connector/AlterTablePartitionV2SQLSuite.scala  | 112 ----------------
 .../AlterTableDropPartitionParserSuite.scala       |  88 ++++++++++++
 .../command/AlterTableDropPartitionSuiteBase.scala | 149 +++++++++++++++++++++
 .../spark/sql/execution/command/DDLSuite.scala     |  57 --------
 ...te.scala => AlterTableDropPartitionSuite.scala} |  40 +++---
 ...te.scala => AlterTableDropPartitionSuite.scala} |  38 ++++--
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |   4 -
 ...te.scala => AlterTableDropPartitionSuite.scala} |  26 +++-
 9 files changed, 312 insertions(+), 252 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableDropPartitionParserSuite.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableDropPartitionSuiteBase.scala
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/{AlterTableAddPartitionSuite.scala => AlterTableDropPartitionSuite.scala} (55%)
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{ShowPartitionsSuite.scala => AlterTableDropPartitionSuite.scala} (56%)
 copy sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{AlterTableAddPartitionSuite.scala => AlterTableDropPartitionSuite.scala} (56%)


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