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/22 03:14:09 UTC

[spark] branch master updated (7466031 -> f5fd10b)

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 7466031  [SPARK-32106][SQL] Implement script transform in sql/core
     add f5fd10b  [SPARK-33834][SQL] Verify ALTER TABLE CHANGE COLUMN with Char and Varchar

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |   3 +-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  18 ++-
 .../sql/catalyst/catalog/SessionCatalog.scala      |  18 ++-
 .../apache/spark/sql/execution/command/ddl.scala   |   2 +-
 .../execution/command/CharVarcharDDLTestBase.scala | 159 +++++++++++++++++++++
 .../spark/sql/HiveCharVarcharTestSuite.scala       |  24 ++++
 6 files changed, 216 insertions(+), 8 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/CharVarcharDDLTestBase.scala


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