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 2020/03/25 16:26:43 UTC

[spark] branch master updated (da49f50 -> 4f274a4)

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 da49f50  [SPARK-25121][SQL][FOLLOWUP] Add more unit tests for multi-part identifiers in join strategy hints
     add 4f274a4  [SPARK-31147][SQL] Forbid CHAR type in non-Hive-Serde tables

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        | 18 +++---
 .../sql/catalyst/analysis/ResolveCatalogs.scala    |  5 ++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  4 ++
 .../spark/sql/catalyst/parser/ParseDriver.scala    |  5 ++
 .../sql/catalyst/parser/ParserInterface.scala      |  6 ++
 .../sql/connector/catalog/CatalogV2Util.scala      | 19 +++++-
 .../apache/spark/sql/types/HiveStringType.scala    |  7 +++
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 15 +++++
 .../spark/sql/SparkSessionExtensionSuite.scala     |  3 +
 .../execution/command/PlanResolutionSuite.scala    | 70 ++++++++++++++++++----
 .../spark/sql/hive/HiveMetastoreCatalogSuite.scala |  2 +-
 11 files changed, 134 insertions(+), 20 deletions(-)


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