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

fix: reinstate copy-if-not-exists passthrough #2083

Merged
merged 5 commits into from
Jan 16, 2024

Conversation

emcake
Copy link
Contributor

@emcake emcake commented Jan 16, 2024

Description

If the AWS_COPY_IF_NOT_EXISTS key exists, then we don't require instantiating a lock client or setting allow-unsafe-rename.

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Jan 16, 2024
Copy link

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.

@emcake emcake changed the title Reinstate copy-if-not-exists passthrough fix: reinstate copy-if-not-exists passthrough Jan 16, 2024
Copy link
Collaborator

@roeap roeap left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this!

One thought, should we just check for the corresponding key in the storage config?

This would not require adding an extra config key, and mirrors the previous behaviour.

@emcake
Copy link
Contributor Author

emcake commented Jan 16, 2024

Thanks for fixing this!

One thought, should we just check for the corresponding key in the storage config?

This would not require adding an extra config key, and mirrors the previous behaviour.

Yep, I'll make that change.

@rtyler rtyler enabled auto-merge (rebase) January 16, 2024 20:19
@rtyler rtyler merged commit 8fec38a into delta-io:main Jan 16, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants