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 introduces a DeltaTable.addFeatureSupport API which was missing in PySpark. This API is used to add support of a table feature to a given Delta table.
Which Delta project/connector is this regarding?
Description
This PR introduces a
DeltaTable.addFeatureSupport
API which was missing in PySpark. This API is used to add support of a table feature to a given Delta table.How was this patch tested?
A new test is added.
Does this PR introduce any user-facing changes?
Yes. See the above
Description
section.