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/27 10:20:52 UTC

[spark] branch master updated (8792280 -> 2c41d9d8)

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 8792280  [SPARK-33575][SQL] Fix misleading exception for "ANALYZE TABLE ... FOR COLUMNS" on temporary views
     add 2c41d9d8 [SPARK-33522][SQL] Improve exception messages while handling UnresolvedTableOrView

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  9 +-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  4 +-
 .../sql/catalyst/analysis/v2ResolutionPlans.scala  |  1 +
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 31 ++++---
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 96 +++++++++++++---------
 .../resources/sql-tests/results/describe.sql.out   |  2 +-
 .../sql-tests/results/show_columns.sql.out         |  8 +-
 .../apache/spark/sql/ShowCreateTableSuite.scala    |  6 +-
 .../spark/sql/StatisticsCollectionSuite.scala      |  3 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  2 +-
 .../apache/spark/sql/execution/SQLViewSuite.scala  |  6 +-
 .../v2/jdbc/JDBCTableCatalogSuite.scala            |  6 +-
 .../sql/hive/execution/HiveCommandSuite.scala      |  2 +-
 13 files changed, 104 insertions(+), 72 deletions(-)


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