You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2021/02/23 21:45:50 UTC

[spark] branch master updated (95e45c6 -> 7f27d33)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 95e45c6  [SPARK-34168][SQL][FOLLOWUP] Improve DynamicPartitionPruningSuiteBase
     add 7f27d33  [SPARK-31891][SQL] Support `MSCK REPAIR TABLE .. [{ADD|DROP|SYNC} PARTITIONS]`

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |  1 +
 docs/sql-ref-syntax-ddl-repair-table.md            |  9 ++-
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  6 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 17 ++++-
 .../sql/catalyst/plans/logical/v2Commands.scala    |  5 +-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  6 --
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 10 ++-
 .../execution/command/createDataSourceTables.scala |  5 +-
 .../apache/spark/sql/execution/command/ddl.scala   | 72 +++++++++++++-------
 .../datasources/v2/DataSourceV2Strategy.scala      |  2 +-
 .../execution/command/DDLCommandTestUtils.scala    | 25 +++++++
 .../command/MsckRepairTableParserSuite.scala       | 69 +++++++++++++++++++
 ...teBase.scala => MsckRepairTableSuiteBase.scala} | 18 +++--
 .../command/v1/AlterTableAddPartitionSuite.scala   | 22 -------
 .../command/v1/MsckRepairTableSuite.scala          | 77 ++++++++++++++++++++++
 ...tionsSuite.scala => MsckRepairTableSuite.scala} | 13 ++--
 ...TableSuite.scala => MsckRepairTableSuite.scala} |  4 +-
 17 files changed, 284 insertions(+), 77 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/MsckRepairTableParserSuite.scala
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/{AlterTableRecoverPartitionsSuiteBase.scala => MsckRepairTableSuiteBase.scala} (59%)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/MsckRepairTableSuite.scala
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{AlterTableRecoverPartitionsSuite.scala => MsckRepairTableSuite.scala} (75%)
 copy sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{TruncateTableSuite.scala => MsckRepairTableSuite.scala} (85%)


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