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

[spark] branch master updated (1e2eeda -> 6d5d030)

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 1e2eeda  [SPARK-33382][SQL][TESTS] Unify datasource v1 and v2 SHOW TABLES tests
     add 6d5d030  [SPARK-33414][SQL] Migrate SHOW CREATE TABLE command to use UnresolvedTableOrView to resolve the identifier

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/catalyst/parser/AstBuilder.scala   |  8 ++++++--
 .../spark/sql/catalyst/plans/logical/statements.scala       |  7 -------
 .../spark/sql/catalyst/plans/logical/v2Commands.scala       |  7 +++++++
 .../apache/spark/sql/catalyst/parser/DDLParserSuite.scala   |  8 +++++++-
 .../spark/sql/catalyst/analysis/ResolveSessionCatalog.scala | 13 ++++++-------
 .../sql/execution/datasources/v2/DataSourceV2Strategy.scala |  3 +++
 .../scala/org/apache/spark/sql/ShowCreateTableSuite.scala   |  7 ++++---
 .../apache/spark/sql/connector/DataSourceV2SQLSuite.scala   |  3 ++-
 .../scala/org/apache/spark/sql/execution/SQLViewSuite.scala |  2 +-
 9 files changed, 36 insertions(+), 22 deletions(-)


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