-
Notifications
You must be signed in to change notification settings - Fork 422
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
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.43% 72.16% -0.27%
==========================================
Files 128 134 +6
Lines 41366 42962 +1596
Branches 41366 42962 +1596
==========================================
+ Hits 29962 31004 +1042
- Misses 9498 9958 +460
- Partials 1906 2000 +94 ☔ View full report in Codecov by Sentry. |
cc0073b
to
4e31b6a
Compare
ed5a790
to
62f86ea
Compare
dd15932
to
528fbc9
Compare
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
528fbc9
to
45ef280
Compare
Signed-off-by: Ion Koutsouris <[email protected]>
0fc2f7f
to
f5a9dc6
Compare
Signed-off-by: Ion Koutsouris <[email protected]>
7685a33
to
c087382
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