-
Notifications
You must be signed in to change notification settings - Fork 406
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
feat(rust, python): add drop constraint
operation
#2071
feat(rust, python): add drop constraint
operation
#2071
Conversation
@hntd187 do you want to review this one? |
4160270
to
1540a04
Compare
1540a04
to
58b761d
Compare
ea9546a
to
069e912
Compare
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.
looking good, left a few mostly style related comments.
6efc831
to
a6658e7
Compare
@roeap thanks for the feedback! I've resolved the comments |
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.
LGMT
a6658e7
to
666b07b
Compare
Co-authored-by: Robert Pack <[email protected]>
Co-authored-by: Robert Pack <[email protected]>
666b07b
to
28d475c
Compare
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.
Small change and then we're ready to roll 🎸
Co-authored-by: R. Tyler Croy <[email protected]>
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
Description
Adds
drop constraint
as an operation, and also exposed it to python under the alter namespace 😄Related Issue(s)
drop constraint
#2070