-
Notifications
You must be signed in to change notification settings - Fork 421
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: lakefs integration #3103
base: main
Are you sure you want to change the base?
feat: lakefs integration #3103
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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3103 +/- ##
==========================================
- Coverage 72.34% 70.97% -1.38%
==========================================
Files 128 133 +5
Lines 41296 42454 +1158
Branches 41296 42454 +1158
==========================================
+ Hits 29875 30130 +255
- Misses 9504 10388 +884
- Partials 1917 1936 +19 ☔ View full report in Codecov by Sentry. |
02ea60a
to
7834241
Compare
7f751f7
to
a87b617
Compare
b77f751
to
37358f9
Compare
9150bfe
to
b368f41
Compare
cc0073b
to
4e31b6a
Compare
fc82c1f
to
7d10625
Compare
Signed-off-by: Ion Koutsouris <[email protected]>
6e7821e
to
ed5a790
Compare
Signed-off-by: Ion Koutsouris <[email protected]>
ed5a790
to
62f86ea
Compare
Description
Makes LakeFS first-class citizen in delta-rs. Operations are executed in a transaction branch, where we write into and then try to commit and merge if there is no conflict. If there is a conflict it means there was a concurrent writer, so we remove the log, and retry with the conflict checker.
Main concepts that this PR introduces through out the core crate:
operation_id