-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spark] Add DeltaTable.addFeatureSupport
API to PySpark
#3786
Conversation
Hey @longvu-db, it is you who found this API missing. Could you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work on ensuring API Parity @xupefei :)!
Btw, just in case you forget, could we add [Spark] to the title?
DeltaTable.addFeatureSupport
API to PySparkDeltaTable.addFeatureSupport
API to PySpark
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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.