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 2019/11/05 02:05:57 UTC

[spark] branch master updated (ef1abf2 -> bc65c54)

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 ef1abf2  [SPARK-29747][BUILD] Bump joda-time version to 2.10.5
     add bc65c54  [SPARK-29734][SQL] Datasource V2: Support SHOW CURRENT NAMESPACE

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  1 +
 .../sql/catalyst/analysis/ResolveCatalogs.scala    |  3 ++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  8 +++++
 .../sql/catalyst/plans/logical/statements.scala    |  5 ++++
 .../sql/catalyst/plans/logical/v2Commands.scala    |  9 ++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  6 ++++
 .../datasources/v2/DataSourceV2Strategy.scala      |  5 +++-
 ...esExec.scala => ShowCurrentNamespaceExec.scala} | 34 ++++++----------------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 23 +++++++++++++++
 9 files changed, 68 insertions(+), 26 deletions(-)
 copy sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/{ShowTablesExec.scala => ShowCurrentNamespaceExec.scala} (62%)


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