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/18 12:41:36 UTC

[spark] branch master updated (50f6d93 -> c32e228)

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 50f6d93  [SPARK-29870][SQL] Unify the logic of multi-units interval string to CalendarInterval
     add c32e228  [SPARK-29859][SQL] ALTER DATABASE (SET LOCATION) should look up catalog like v2 commands

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/catalyst/parser/SqlBase.g4      |  4 ++--
 .../spark/sql/catalyst/analysis/ResolveCatalogs.scala    |  8 ++++++--
 .../apache/spark/sql/catalyst/parser/AstBuilder.scala    | 16 ++++++++++++++++
 .../spark/sql/catalyst/plans/logical/statements.scala    |  7 +++++++
 .../spark/sql/catalyst/plans/logical/v2Commands.scala    |  4 ++--
 .../spark/sql/catalyst/parser/DDLParserSuite.scala       | 14 ++++++++++++++
 .../sql/catalyst/analysis/ResolveSessionCatalog.scala    |  7 +++++++
 .../org/apache/spark/sql/execution/SparkSqlParser.scala  | 16 ----------------
 .../datasources/v2/AlterNamespaceSetPropertiesExec.scala | 11 ++++-------
 .../execution/datasources/v2/DescribeNamespaceExec.scala | 10 +++-------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala       | 14 ++++++++++++++
 .../spark/sql/execution/command/DDLParserSuite.scala     |  9 ---------
 12 files changed, 75 insertions(+), 45 deletions(-)


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