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/01/02 17:43:25 UTC

[spark] branch master updated (6bd5494 -> 1743d5b)

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 6bd5494  [SPARK-30403][SQL] fix the NoSuchElementException when enable AQE with InSubquery expression
     add 1743d5b  [SPARK-30284][SQL] CREATE VIEW should keep the current catalog and namespace

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 148 ++++++++-------------
 .../sql/catalyst/catalog/SessionCatalog.scala      |   7 +
 .../spark/sql/catalyst/catalog/interface.scala     |  48 ++++++-
 .../sql/connector/catalog/CatalogManager.scala     |   9 ++
 .../catalyst/catalog/ExternalCatalogSuite.scala    |   9 +-
 .../sql/catalyst/catalog/SessionCatalogSuite.scala |  27 +++-
 .../apache/spark/sql/execution/command/views.scala |  36 ++---
 .../resources/sql-tests/results/describe.sql.out   |   8 +-
 .../results/postgreSQL/create_view.sql.out         |  82 ++++++------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  30 +++++
 .../apache/spark/sql/execution/SQLViewSuite.scala  |   4 +-
 .../sql/execution/command/DDLParserSuite.scala     |   8 +-
 .../execution/command/PlanResolutionSuite.scala    |   2 +-
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |   8 +-
 14 files changed, 248 insertions(+), 178 deletions(-)


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