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/10 04:57:34 UTC

[spark] branch master updated (1c7f5f1 -> af37c7f)

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 1c7f5f1  [SPARK-33724][K8S] Add decom script as a configuration param
     add af37c7f  [SPARK-33558][SQL][TESTS] Unify v1 and v2 ALTER TABLE .. ADD PARTITION tests

No new revisions were added by this update.

Summary of changes:
 .../catalyst/analysis/ResolvePartitionSpec.scala   |   2 +-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  27 ---
 .../connector/AlterTablePartitionV2SQLSuite.scala  | 152 ++---------------
 .../AlterTableAddPartitionParserSuite.scala        |  51 ++++++
 .../command/AlterTableAddPartitionSuiteBase.scala  | 187 +++++++++++++++++++++
 .../spark/sql/execution/command/DDLSuite.scala     |  61 -------
 .../command/v1/AlterTableAddPartitionSuite.scala   |  64 +++++++
 .../command/v2/AlterTableAddPartitionSuite.scala   |  89 ++++++++++
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |   4 -
 ...ite.scala => AlterTableAddPartitionSuite.scala} |  22 ++-
 10 files changed, 425 insertions(+), 234 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableAddPartitionParserSuite.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableAddPartitionSuiteBase.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/AlterTableAddPartitionSuite.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/AlterTableAddPartitionSuite.scala
 copy sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{ShowTablesSuite.scala => AlterTableAddPartitionSuite.scala} (56%)


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