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: use temporary table names during the constraint checks #2017

Merged

Conversation

r3stl355
Copy link
Contributor

@r3stl355 r3stl355 commented Jan 2, 2024

Description

The existing implementation for table constrains checks may break during the write if multiple checks are executed in parallel, e.g. in partitioned tables. Using temporary tables names solves that problem

Signed-off-by: Nikolay Ulmasov <ulmasov@hotmail.com>
@github-actions github-actions bot added binding/rust Issues for the Rust crate crate/core labels Jan 2, 2024
@rtyler rtyler enabled auto-merge (rebase) January 2, 2024 20:19
@rtyler rtyler merged commit 6d41b37 into delta-io:main Jan 2, 2024
21 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 crate/core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants