-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support using a log store to manage concurrent commits (#35)
* Rebase on master * Clean up API design by moving fields to object store level * Run formatter * Update some comments * Fix error message typo * Remove unused parameter * Fix calls to NewDeltaTableWithLogStore() * Rename AddCommitInfo to AddCommitInfoIfNotPresent * Rename Read to ReadActions * Remove GitHub checks for Codecov * Fix Codecov error * Update comments for Client interfaces --------- Co-authored-by: Rahul Madnawat <rahulmadnawat@rivian.com>
- Loading branch information
1 parent
99d71da
commit abb80c1
Showing
24 changed files
with
2,080 additions
and
515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
informational: true | ||
target: auto | ||
threshold: "0.5%" | ||
patch: | ||
default: | ||
informational: true | ||
target: auto | ||
threshold: "0.5%" | ||
|
||
github_checks: | ||
annotations: false |
Oops, something went wrong.