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/10 05:31:45 UTC

[spark] branch master updated (a1f84d8 -> 90f6f39)

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 a1f84d8  [SPARK-33369][SQL] DSV2: Skip schema inference in write if table provider supports external metadata
     add 90f6f39  [SPARK-33366][SQL] Migrate LOAD DATA command to use UnresolvedTable to resolve the identifier

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  6 +-
 .../sql/catalyst/plans/logical/statements.scala    | 10 ----
 .../sql/catalyst/plans/logical/v2Commands.scala    | 65 +++++++++++++---------
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 10 ++--
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 28 ++++++----
 .../datasources/v2/DataSourceV2Strategy.scala      |  3 +
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  8 +--
 .../apache/spark/sql/execution/SQLViewSuite.scala  | 15 +++--
 .../org/apache/spark/sql/hive/test/TestHive.scala  |  5 +-
 9 files changed, 82 insertions(+), 68 deletions(-)


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