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/23 09:03:31 UTC

[spark] branch master updated (60f3a730 -> 23e9920)

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 60f3a730 [SPARK-33515][SQL] Improve exception messages while handling UnresolvedTable
     add 23e9920  [SPARK-33511][SQL] Respect case sensitivity while resolving V2 partition specs

No new revisions were added by this update.

Summary of changes:
 .../catalyst/analysis/ResolvePartitionSpec.scala   | 27 ++++++++-----
 .../apache/spark/sql/util/PartitioningUtils.scala  | 47 ++++++++++++++++++++++
 .../command/AnalyzePartitionCommand.scala          |  2 +-
 .../apache/spark/sql/execution/command/ddl.scala   |  3 +-
 .../spark/sql/execution/command/tables.scala       |  3 +-
 .../execution/datasources/PartitioningUtils.scala  | 26 +-----------
 .../spark/sql/execution/datasources/rules.scala    |  3 +-
 .../connector/AlterTablePartitionV2SQLSuite.scala  | 26 ++++++++++++
 8 files changed, 98 insertions(+), 39 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/util/PartitioningUtils.scala


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