Skip to content
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(services-fs): Support write-if-not-exists in fs backend #5605

Merged
merged 7 commits into from
Feb 7, 2025

Conversation

SergeiPatiakin
Copy link
Contributor

@SergeiPatiakin SergeiPatiakin commented Feb 5, 2025

Which issue does this PR close?

Closes #5606.

Rationale for this change

Explained in issue

What changes are included in this PR?

Explained in issue

Are there any user-facing changes?

No. Adds support of existing capability for existing backend

@SergeiPatiakin SergeiPatiakin marked this pull request as ready for review February 5, 2025 11:35
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @SergeiPatiakin for working on this!

core/src/services/fs/backend.rs Outdated Show resolved Hide resolved
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @SergeiPatiakin for working on this!

@Xuanwo Xuanwo changed the title Support write-if-not-exists in fs backend feat(services-fs): Support write-if-not-exists in fs backend Feb 7, 2025
@Xuanwo Xuanwo merged commit 94dc47f into apache:main Feb 7, 2025
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new feature: write-if-not-exists for fs backend
2 participants