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/04 15:57:44 UTC

[spark] branch master updated (9023c69 -> d4ea211)

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 9023c69  [SPARK-29590][WEBUI] JDBC/ODBC tab in the spark UI support hide tables, to make it consistent with other tabs
     add d4ea211  [SPARK-29678][SQL] ALTER TABLE (ADD PARTITION) 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    |  4 +--
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 29 +++++++++++++++++
 .../sql/catalyst/plans/logical/statements.scala    |  8 +++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 36 ++++++++++++++++++++
 .../catalyst/analysis/ResolveSessionCatalog.scala  |  7 ++++
 .../spark/sql/execution/SparkSqlParser.scala       | 35 --------------------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 11 +++++++
 .../sql/execution/command/DDLParserSuite.scala     | 38 ----------------------
 8 files changed, 92 insertions(+), 76 deletions(-)


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