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/12/04 06:52:44 UTC

[spark] branch master updated (e22ddb6 -> e02324f)

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 e22ddb6  [SPARK-32405][SQL][FOLLOWUP] Remove USING _ in CREATE TABLE in JDBCTableCatalog docker tests
     add e02324f  [SPARK-33142][SPARK-33647][SQL] Store SQL text for SQL temp view

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  43 ++--
 .../sql/catalyst/analysis/CheckAnalysis.scala      |   2 +-
 .../apache/spark/sql/catalyst/analysis/view.scala  |   4 +-
 .../sql/catalyst/catalog/SessionCatalog.scala      |  57 ++---
 .../spark/sql/catalyst/catalog/interface.scala     |  48 +++++
 .../plans/logical/basicLogicalOperators.scala      |  42 +++-
 .../org/apache/spark/sql/internal/SQLConf.scala    |  11 +
 .../sql/catalyst/analysis/AnalysisSuite.scala      |   1 +
 .../sql/catalyst/catalog/SessionCatalogSuite.scala |   4 +-
 .../execution/command/AnalyzeColumnCommand.scala   |   5 +-
 .../apache/spark/sql/execution/command/views.scala | 239 ++++++++++++++++-----
 .../resources/sql-tests/results/describe.sql.out   |   4 +-
 .../sql-tests/results/group-by-filter.sql.out      |  56 ++---
 .../results/postgreSQL/create_view.sql.out         |  28 +--
 .../sql-tests/results/show-tblproperties.sql.out   |   2 +
 .../negative-cases/invalid-correlation.sql.out     |   7 +-
 .../org/apache/spark/sql/CachedTableSuite.scala    |  22 --
 .../apache/spark/sql/execution/SQLViewSuite.scala  |  84 ++++++++
 .../spark/sql/execution/SQLViewTestSuite.scala     | 203 +++++++++++++++++
 .../thriftserver/SparkGetColumnsOperation.scala    |   2 +-
 20 files changed, 691 insertions(+), 173 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/SQLViewTestSuite.scala


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