You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/01/23 21:14:11 UTC

[spark] branch master updated (976946a -> 3228d72)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 976946a  [SPARK-29947][SQL][FOLLOWUP] Fix table lookup cache
     add 3228d72  [SPARK-30603][SQL] Move RESERVED_PROPERTIES from SupportsNamespaces and TableCatalog to CatalogV2Util

No new revisions were added by this update.

Summary of changes:
 .../sql/connector/catalog/SupportsNamespaces.java  | 19 +++-----------
 .../spark/sql/connector/catalog/TableCatalog.java  | 16 +++---------
 .../sql/connector/catalog/CatalogV2Util.scala      | 29 ++++++++++++++++++++++
 .../catalyst/analysis/ResolveSessionCatalog.scala  |  6 ++---
 .../apache/spark/sql/execution/command/ddl.scala   |  5 ++--
 .../datasources/v2/DescribeNamespaceExec.scala     |  7 +++---
 .../datasources/v2/DescribeTableExec.scala         |  6 ++---
 .../datasources/v2/V2SessionCatalog.scala          |  2 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 12 ++++-----
 .../datasources/v2/V2SessionCatalogSuite.scala     |  6 ++---
 10 files changed, 56 insertions(+), 52 deletions(-)


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