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] Disallow dropping of dependent table features #3009

Closed prakharjain09 closed 2 weeks ago

prakharjain09 commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

This PR adds validations around dropping of dependent table features.

How was this patch tested?

UTs

Does this PR introduce any user-facing changes?

No