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 7845865  [SPARK-33803][SQL] Sort table properties by key in DESCRIBE 
TABLE command
     add 9d9d4a8  [SPARK-33789][SQL][TESTS] Refactor unified V1 and V2 
datasource tests

No new revisions were added by this update.

Summary of changes:
 .../command/AlterTableAddPartitionSuiteBase.scala  |  54 ++-----
 .../command/AlterTableDropPartitionSuiteBase.scala |  53 ++-----
 .../execution/command/DDLCommandTestUtils.scala    |  60 ++++++++
 .../command/ShowPartitionsSuiteBase.scala          | 167 ++++++++-------------
 .../execution/command/ShowTablesSuiteBase.scala    |  45 ++----
 .../command/v1/AlterTableAddPartitionSuite.scala   |   8 +-
 .../command/v1/AlterTableDropPartitionSuite.scala  |   8 +-
 .../command/v1/CommandSuiteBase.scala}             |  23 +--
 .../execution/command/v1/ShowPartitionsSuite.scala |   8 +-
 .../sql/execution/command/v1/ShowTablesSuite.scala |  39 ++---
 .../command/v2/AlterTableAddPartitionSuite.scala   |  16 +-
 .../command/v2/AlterTableDropPartitionSuite.scala  |  15 +-
 ...artitionsSuite.scala => CommandSuiteBase.scala} |  24 +--
 .../execution/command/v2/ShowPartitionsSuite.scala |  13 +-
 .../sql/execution/command/v2/ShowTablesSuite.scala |  11 +-
 .../command/AlterTableAddPartitionSuite.scala      |   6 +-
 .../command/AlterTableDropPartitionSuite.scala     |   7 +-
 ...howTablesSuite.scala => CommandSuiteBase.scala} |   9 +-
 .../execution/command/ShowPartitionsSuite.scala    |   6 +-
 .../hive/execution/command/ShowTablesSuite.scala   |   6 +-
 20 files changed, 203 insertions(+), 375 deletions(-)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandTestUtils.scala
 copy sql/core/src/test/scala/org/apache/spark/sql/{api/r/SQLUtilsSuite.scala 
=> execution/command/v1/CommandSuiteBase.scala} (71%)
 copy 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{ShowPartitionsSuite.scala
 => CommandSuiteBase.scala} (61%)
 copy 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{ShowTablesSuite.scala
 => CommandSuiteBase.scala} (78%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to