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 2019/11/26 06:11:56 UTC

[spark] branch master updated (780555b -> 373c2c3)

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 780555b  [MINOR][CORE] Make EventLogger codec be consistent between EventLogFileWriter and SparkContext
     add 373c2c3  [SPARK-29862][SQL] CREATE (OR REPLACE) ... VIEW should look up catalog/table like v2 commands

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |   2 +-
 .../apache/spark/sql/catalyst/analysis/view.scala  |  35 ++++++-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  51 +++++++++++
 .../sql/catalyst/plans/logical/statements.scala    |  17 +++-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 101 ++++++++++++++++++++-
 .../catalyst/analysis/ResolveSessionCatalog.scala  |  16 ++++
 .../spark/sql/execution/SparkSqlParser.scala       |  52 -----------
 .../apache/spark/sql/execution/command/views.scala |  37 +-------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |   8 ++
 .../sql/execution/command/DDLParserSuite.scala     |  51 -----------
 10 files changed, 227 insertions(+), 143 deletions(-)


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