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/21 05:03:08 UTC

[spark] branch master updated (8e26339 -> 1c7b79c)

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 8e26339  [SPARK-26341][WEBUI][FOLLOWUP] Update stage memory metrics on stage end
     add 1c7b79c  [SPARK-33856][SQL] Migrate ALTER TABLE ... RENAME TO PARTITION to use UnresolvedTable to resolve the identifier

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/CheckAnalysis.scala  |  3 +++
 .../sql/catalyst/analysis/ResolvePartitionSpec.scala | 11 ++++++++++-
 .../spark/sql/catalyst/parser/AstBuilder.scala       | 10 ++++++----
 .../sql/catalyst/plans/logical/statements.scala      |  8 --------
 .../sql/catalyst/plans/logical/v2Commands.scala      | 13 +++++++++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala   | 14 +++++++-------
 .../catalyst/analysis/ResolveSessionCatalog.scala    |  6 +++---
 .../datasources/v2/DataSourceV2Strategy.scala        |  4 ++++
 .../connector/AlterTablePartitionV2SQLSuite.scala    | 20 ++++++++++++++------
 .../apache/spark/sql/execution/SQLViewSuite.scala    |  4 +++-
 .../spark/sql/execution/command/DDLSuite.scala       |  5 +++--
 .../spark/sql/hive/execution/HiveDDLSuite.scala      |  5 +++--
 12 files changed, 69 insertions(+), 34 deletions(-)


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