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/09/10 13:24:58 UTC

[spark] branch master updated (ca6f693 -> bf43541)

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 ca6f693  [SPARK-28939][SQL][FOLLOWUP] Avoid useless Properties
     add bf43541  [SPARK-28856][SQL] Implement SHOW DATABASES for Data Source V2 Tables

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |  1 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  5 ++
 .../spark/sql/catalog/v2/CatalogV2Implicits.scala  |  8 ++
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 11 ++-
 .../plans/logical/basicLogicalOperators.scala      | 13 +++-
 ...atement.scala => ShowNamespacesStatement.scala} |  6 +-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 17 ++++-
 .../spark/sql/connector/InMemoryTableCatalog.scala | 12 ++-
 .../datasources/DataSourceResolution.scala         | 26 ++++++-
 .../datasources/v2/DataSourceV2Strategy.scala      |  5 +-
 ...owTablesExec.scala => ShowNamespacesExec.scala} | 29 ++++---
 .../sql/sources/v2/DataSourceV2SQLSuite.scala      | 88 +++++++++++++++++++++-
 12 files changed, 193 insertions(+), 28 deletions(-)
 copy sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/sql/{ShowTablesStatement.scala => ShowNamespacesStatement.scala} (83%)
 copy sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/{ShowTablesExec.scala => ShowNamespacesExec.scala} (72%)


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