delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
6.96k stars 1.58k forks source link

[Spark]fix the exception name for REORG TABLE ... APPLY (UPGRADE UNIFORM ...) #3040

Closed KaiqiJinWow closed 2 weeks ago

KaiqiJinWow commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

Fix the exception name for REORG TABLE table_name APPLY (UPGRADE UNIFORM (ICEBERG_COMPAT_VERSION = version)

How was this patch tested?

Current unit tests

Does this PR introduce any user-facing changes?

No