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/12/16 05:41:46 UTC

[spark] branch master updated (ddff94f -> 62be248)

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 ddff94f  [SPARK-33793][TESTS] Introduce withExecutor to ensure proper cleanup in tests
     add 62be248  [SPARK-33765][SQL] Migrate UNCACHE TABLE to use UnresolvedRelation to resolve identifier

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 16 ++++++++++++-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  5 ++++-
 .../analysis/ResolveCommandsWithIfExists.scala     |  4 +++-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  9 ++++++++
 .../sql/catalyst/plans/logical/v2Commands.scala    |  8 +++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 10 +++++++++
 .../spark/sql/execution/SparkSqlParser.scala       |  9 --------
 .../apache/spark/sql/execution/command/cache.scala | 26 +---------------------
 .../execution/datasources/DataSourceStrategy.scala | 16 ++++++++++++-
 .../execution/datasources/v2/CacheTableExec.scala  | 12 ++++++++++
 .../datasources/v2/DataSourceV2Strategy.scala      |  3 +++
 .../spark/sql/execution/SparkSqlParserSuite.scala  | 10 ---------
 .../org/apache/spark/sql/hive/HiveStrategies.scala | 12 +++++++++-
 .../apache/spark/sql/hive/CachedTableSuite.scala   |  2 +-
 14 files changed, 92 insertions(+), 50 deletions(-)


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