-
Notifications
You must be signed in to change notification settings - Fork 443
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(disable conflict checker): start counting concurrent retries at 0 and disable conflict checker with maxRetries=0 #3204
Conversation
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. |
Question: When do you expect the next official release of deltalake to be released? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3204 +/- ##
==========================================
+ Coverage 72.10% 72.14% +0.03%
==========================================
Files 138 138
Lines 45320 45365 +45
Branches 45320 45365 +45
==========================================
+ Hits 32678 32728 +50
+ Misses 10567 10565 -2
+ Partials 2075 2072 -3 ☔ View full report in Codecov by Sentry. |
Looks good, can you add a test for this new behaviour please? |
Added a test! |
@daphnenhuch-at looks good, can you squash the commits into one please. Then we can merge it |
31c60df
to
a63f9d0
Compare
It's not clear to me why you would want disable the conflict checker. I don't have any issues with this PR, I'm more curious what the use case is. |
Our usage wants to disable any concurrent writes and that requires disabling the conflict checker and just erroring any time a conflicting/concurrent write occurs |
Signed-off-by: Daphne Nhuch <[email protected]>
This is good to go, could someone stamp it so that it's merge ready? |
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.
Thanks!
@ion-elgreco When is the next official delta lake release scheduled for? |
I hope to get the next python release out once my open PRs are merged |
What about a rust release? |
Not sure, @rtyler thoughts? |
Description
Add behavior such that
max_retries = 0
does not enable the conflict checkerRelated Issue(s)
Closes #3186 3186
Documentation
n/a