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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to