-
Notifications
You must be signed in to change notification settings - Fork 488
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(core): add if-match to OpWrite
#5360
base: main
Are you sure you want to change the base?
Conversation
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.
Thank you @Frank-III for working on this!
thanks for the review! would fix soon |
Seems ceph rados s3 doesn't support write_with_if_match. Let's add a new config for s3 called hdfs related error is not related to this PR. |
b3bf7de
to
4f68e84
Compare
Which issue does this PR close?
Closes #5359. similar to what has been done in #5305, please review the code🙏
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?
Add
op.write_with(path, content).if_match("<etag>")