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/22 08:02:05 UTC

[spark] branch master updated (ab0890b -> f2d71f58)

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 ab0890b  [SPARK-28264][PYTHON][SQL] Support type hints in pandas UDF and rename/move inconsistent pandas UDF types
     add f2d71f58 [SPARK-30591][SQL] Remove the nonstandard SET OWNER syntax for namespaces

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |  1 -
 docs/sql-migration-guide.md                        | 32 +------------
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  5 --
 .../sql/connector/catalog/SupportsNamespaces.java  | 10 +---
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 32 ++-----------
 .../sql/catalyst/plans/logical/v2Commands.scala    | 10 ----
 .../catalyst/catalog/ExternalCatalogSuite.scala    |  7 ++-
 .../sql/catalyst/catalog/SessionCatalogSuite.scala |  7 ++-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 13 ------
 .../apache/spark/sql/execution/command/ddl.scala   |  5 +-
 .../datasources/v2/CreateNamespaceExec.scala       |  2 +-
 .../datasources/v2/DataSourceV2Strategy.scala      |  5 --
 .../datasources/v2/DescribeNamespaceExec.scala     | 14 ++----
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 49 ++++++--------------
 .../spark/sql/execution/command/DDLSuite.scala     | 10 ++--
 .../spark/sql/hive/client/HiveClientImpl.scala     | 18 +++-----
 .../apache/spark/sql/hive/client/HiveShim.scala    | 28 ------------
 .../spark/sql/hive/client/VersionsSuite.scala      | 10 ++--
 .../spark/sql/hive/execution/HiveDDLSuite.scala    | 53 ++++++----------------
 19 files changed, 66 insertions(+), 245 deletions(-)


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