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 f421c17  [SPARK-33497][SQL] Override maxRows in some LogicalPlan
     add cc23581  [SPARK-33858][SQL][TESTS] Unify v1 and v2 ALTER TABLE .. 
RENAME PARTITION tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  28 +---
 .../connector/AlterTablePartitionV2SQLSuite.scala  |  19 ---
 ... => AlterTableRenamePartitionParserSuite.scala} |  38 ++---
 .../AlterTableRenamePartitionSuiteBase.scala       |   8 +-
 .../execution/command/DDLCommandTestUtils.scala    |  18 +++
 .../spark/sql/execution/command/DDLSuite.scala     |  57 +------
 .../command/ShowPartitionsSuiteBase.scala          |  18 ---
 .../v1/AlterTableRenamePartitionSuite.scala        | 169 +++++++++++++++++++++
 ....scala => AlterTableRenamePartitionSuite.scala} |  20 +--
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |   4 -
 ....scala => AlterTableRenamePartitionSuite.scala} |   4 +-
 11 files changed, 224 insertions(+), 159 deletions(-)
 copy 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/{AlterTableAddPartitionParserSuite.scala
 => AlterTableRenamePartitionParserSuite.scala} (54%)
 copy 
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/Constants.java
 => 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableRenamePartitionSuiteBase.scala
 (77%)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/AlterTableRenamePartitionSuite.scala
 copy 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{ShowPartitionsSuite.scala
 => AlterTableRenamePartitionSuite.scala} (66%)
 copy 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{AlterTableDropPartitionSuite.scala
 => AlterTableRenamePartitionSuite.scala} (91%)


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

Reply via email to