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/11/04 06:52:57 UTC

[spark] branch master updated (1740b29 -> 0ad35ba)

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 1740b29  [SPARK-33323][SQL] Add query resolved check before convert hive relation
     add 0ad35ba  [SPARK-33321][SQL] Migrate ANALYZE TABLE commands to use UnresolvedTableOrView to resolve the identifier

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 13 +++--
 .../sql/catalyst/analysis/v2ResolutionPlans.scala  |  4 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 15 ++++--
 .../sql/catalyst/plans/logical/statements.scala    | 19 -------
 .../sql/catalyst/plans/logical/v2Commands.scala    | 22 ++++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 58 +++++++++++++++-------
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 36 +++++++-------
 .../datasources/v2/DataSourceV2Strategy.scala      |  5 +-
 .../resources/sql-tests/results/describe.sql.out   |  2 +-
 .../spark/sql/StatisticsCollectionSuite.scala      |  4 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 11 +++-
 .../apache/spark/sql/execution/SQLViewSuite.scala  |  5 +-
 12 files changed, 120 insertions(+), 74 deletions(-)


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