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 2021/01/20 01:50:07 UTC

[spark] branch master updated (f6338a3 -> 00b444d)

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 f6338a3  [SPARK-34121][SQL] Intersect operator missing rowCount when CBO enabled
     add 00b444d  [SPARK-34056][SQL][TESTS] Unify v1 and v2 ALTER TABLE .. RECOVER PARTITIONS tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |   7 -
 .../command/AlterTableDropPartitionSuiteBase.scala |   7 +-
 .../AlterTableRecoverPartitionsParserSuite.scala   |  64 +++++++++
 .../AlterTableRecoverPartitionsSuiteBase.scala     |  40 ++++++
 .../execution/command/DDLCommandTestUtils.scala    |   7 +
 .../spark/sql/execution/command/DDLSuite.scala     |  84 ------------
 .../v1/AlterTableRecoverPartitionsSuite.scala      | 151 +++++++++++++++++++++
 .../v2/AlterTableRecoverPartitionsSuite.scala}     |  26 ++--
 .../command/AlterTableRecoverPartitionsSuite.scala |  14 +-
 9 files changed, 286 insertions(+), 114 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableRecoverPartitionsParserSuite.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableRecoverPartitionsSuiteBase.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/AlterTableRecoverPartitionsSuite.scala
 rename sql/core/src/test/scala/org/apache/spark/sql/{connector/AlterTablePartitionV2SQLSuite.scala => execution/command/v2/AlterTableRecoverPartitionsSuite.scala} (57%)
 copy core/src/main/java/org/apache/spark/api/java/function/DoubleFunction.java => sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/AlterTableRecoverPartitionsSuite.scala (70%)


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