You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2021/08/03 07:43:45 UTC

[spark] branch master updated (8ca11fe -> 7cb9c1c)

This is an automated email from the ASF dual-hosted git repository.

maxgekk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 8ca11fe  [SPARK-36192][PYTHON] Better error messages for DataTypeOps against lists
     add 7cb9c1c  [SPARK-36380][SQL] Simplify the logical plan names for ALTER TABLE ... COLUMN

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  12 +-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  12 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  12 +-
 .../plans/logical/v2AlterTableCommands.scala       | 230 +++++++++++++++++++++
 .../sql/catalyst/plans/logical/v2Commands.scala    | 193 +----------------
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  54 ++---
 .../catalyst/analysis/ResolveSessionCatalog.scala  |  10 +-
 .../datasources/v2/DataSourceV2Strategy.scala      |  26 +--
 .../connector/V2CommandsCaseSensitivitySuite.scala |  26 +--
 .../execution/command/PlanResolutionSuite.scala    |  12 +-
 10 files changed, 303 insertions(+), 284 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2AlterTableCommands.scala

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