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 2021/01/20 02:10:09 UTC

[spark] branch master updated (00b444d -> 902a08b)

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 00b444d  [SPARK-34056][SQL][TESTS] Unify v1 and v2 ALTER TABLE .. RECOVER PARTITIONS tests
     add 902a08b  [SPARK-34052][SQL] store SQL text for a temp view created using "CACHE TABLE .. AS SELECT"

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/AstBuilder.scala     |   2 +-
 .../sql/catalyst/plans/logical/v2Commands.scala    |   1 +
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |   1 +
 .../apache/spark/sql/execution/command/ddl.scala   |   4 +-
 .../execution/datasources/v2/CacheTableExec.scala  |  19 +++-
 .../datasources/v2/DataSourceV2Strategy.scala      |   2 +-
 .../apache/spark/sql/internal/CatalogImpl.scala    |  37 ++++---
 .../org/apache/spark/sql/CachedTableSuite.scala    | 123 +++++++++++++++++----
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |   3 +-
 .../sql/execution/command/DropTableSuiteBase.scala |   5 +-
 .../thriftserver/HiveThriftServer2Suites.scala     |   3 +-
 11 files changed, 153 insertions(+), 47 deletions(-)


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