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/01/10 08:48:32 UTC

[spark] branch master updated (afd70a0 -> bcf07cb)

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 afd70a0  [SPARK-30480][PYSPARK][TESTS] Fix 'test_memory_limit' on pyspark test
     add bcf07cb  [SPARK-30018][SQL] Support ALTER DATABASE SET OWNER syntax

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |  1 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  5 +++
 .../sql/connector/catalog/SupportsNamespaces.java  | 11 ++++--
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 22 ++++++++++++
 .../sql/catalyst/plans/logical/v2Commands.scala    | 10 ++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 13 +++++++
 .../apache/spark/sql/execution/command/ddl.scala   |  2 +-
 .../datasources/v2/CreateNamespaceExec.scala       |  6 +++-
 .../datasources/v2/DataSourceV2Strategy.scala      |  7 +++-
 .../datasources/v2/DescribeNamespaceExec.scala     | 22 ++++++++----
 .../datasources/v2/V2SessionCatalog.scala          |  3 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 33 ++++++++++++++---
 .../datasources/v2/V2SessionCatalogSuite.scala     | 25 ++++---------
 .../spark/sql/hive/execution/HiveDDLSuite.scala    | 42 ++++++++++++++--------
 14 files changed, 152 insertions(+), 50 deletions(-)


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