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/02/13 12:14:34 UTC

[spark] branch master updated (453d526 -> a6b4b91)

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 453d526  [SPARK-30528][SQL] Turn off DPP subquery duplication by default
     add a6b4b91  [SPARK-30613][SQL] Support Hive style REPLACE COLUMNS syntax

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  3 ++
 .../sql/catalyst/analysis/CheckAnalysis.scala      | 12 +++++-
 .../sql/catalyst/analysis/ResolveCatalogs.scala    | 21 ++++++++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 21 ++++++++++
 .../sql/catalyst/plans/logical/statements.scala    |  4 ++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 48 +++++++++++++++++++++-
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 23 +++++++++++
 .../spark/sql/connector/AlterTableTests.scala      | 15 +++++++
 8 files changed, 145 insertions(+), 2 deletions(-)


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