An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
This PR follows https://github.com/delta-io/delta/pull/3786 to fix an error running the test in Delta Connect mode, in which the "DELTA_UNSUPPORTED_FEATURES_IN_CONFIG" exception is wrapped by SparkConnectGrpcException rather than being a Py4JJavaError.
Which Delta project/connector is this regarding?
Description
This PR follows https://github.com/delta-io/delta/pull/3786 to fix an error running the test in Delta Connect mode, in which the "DELTA_UNSUPPORTED_FEATURES_IN_CONFIG" exception is wrapped by
SparkConnectGrpcException
rather than being aPy4JJavaError
.How was this patch tested?
Locally.
Does this PR introduce any user-facing changes?
No.