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/09/25 04:32:27 UTC

[spark] branch master updated (d7aa3b5 -> e9c98c9)

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 d7aa3b5  [SPARK-32889][SQL][TESTS][FOLLOWUP] Skip special column names test in Hive 1.2
     add e9c98c9  [SPARK-32990][SQL] Migrate REFRESH TABLE to use UnresolvedTableOrView to resolve the identifier

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/ResolveCatalogs.scala |  3 ---
 .../apache/spark/sql/catalyst/parser/AstBuilder.scala |  4 ++--
 .../spark/sql/catalyst/plans/logical/statements.scala |  5 -----
 .../spark/sql/catalyst/plans/logical/v2Commands.scala |  6 +++---
 .../spark/sql/catalyst/parser/DDLParserSuite.scala    |  2 +-
 .../sql/catalyst/analysis/ResolveSessionCatalog.scala | 10 ++++++----
 .../apache/spark/sql/execution/command/tables.scala   | 19 +++++++++++++++++++
 .../apache/spark/sql/execution/datasources/ddl.scala  | 11 -----------
 .../datasources/v2/DataSourceV2Strategy.scala         |  4 ++--
 .../spark/sql/connector/DataSourceV2SQLSuite.scala    | 17 +++++++++++++++++
 10 files changed, 50 insertions(+), 31 deletions(-)


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