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
7.62k stars 1.71k forks source link

[Spark] Add `DeltaTable.addFeatureSupport` API to PySpark #3786

Closed xupefei closed 2 weeks ago

xupefei commented 1 month ago

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.

xupefei commented 1 month ago

Hey @longvu-db, it is you who found this API missing. Could you review this PR?