An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
The PR https://github.com/apache/spark/pull/48196 deprecated the getErrorClass method of SparkThrowable and added new one getCondition. In the PR, I propose to migrate Delta exception onto new method getCondition.
Which Delta project/connector is this regarding?
Description
The PR https://github.com/apache/spark/pull/48196 deprecated the
getErrorClass
method ofSparkThrowable
and added new onegetCondition
. In the PR, I propose to migrate Delta exception onto new methodgetCondition
.How was this patch tested?
By compiling and running the existing tests.
Does this PR introduce any user-facing changes?
No.