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 2021/07/01 12:49:16 UTC

[spark] branch master updated (6699f76 -> 3c68343)

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 6699f76  [SPARK-35966][SQL] Port HIVE-17952: Fix license headers to avoid dangling javadoc warnings
     add 3c68343  [SPARK-35686][SQL] Not allow using auto-generated alias when creating view

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 22 ++++++-
 .../org/apache/spark/sql/internal/SQLConf.scala    | 11 ++++
 .../apache/spark/sql/execution/command/views.scala | 13 ++++
 .../apache/spark/sql/execution/SQLViewSuite.scala  | 32 ++-------
 .../spark/sql/execution/SQLViewTestSuite.scala     | 75 ++++++++++++++++++++--
 .../sql/hive/execution/HiveSQLViewSuite.scala      |  8 +--
 7 files changed, 125 insertions(+), 38 deletions(-)

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