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/01/31 08:42:16 UTC

[spark] branch master updated (6fac411 -> 290a528)

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 6fac411  [SPARK-29093][ML][PYSPARK][FOLLOW-UP] Remove duplicate setter
     add 290a528  [SPARK-30615][SQL] Introduce Analyzer rule for V2 AlterTable column change resolution

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 156 ++++++++++++++
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  60 +++++-
 .../org/apache/spark/sql/types/StructType.scala    |  85 +++++---
 .../spark/sql/catalyst/analysis/AnalysisTest.scala |   9 +-
 .../CreateTablePartitioningValidationSuite.scala   |   4 +-
 .../spark/sql/connector/AlterTableTests.scala      |  71 ++++++-
 .../connector/V2CommandsCaseSensitivitySuite.scala | 227 +++++++++++++++++++++
 .../execution/command/PlanResolutionSuite.scala    |  26 ++-
 8 files changed, 583 insertions(+), 55 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/connector/V2CommandsCaseSensitivitySuite.scala


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