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

[write] add Transaction with commit info and commit implementation #370

Merged
merged 72 commits into from
Oct 25, 2024

make it with_operation and with_commit_info

1fc535e
Select commit
Loading
Failed to load commit list.
Merged

[write] add Transaction with commit info and commit implementation #370

make it with_operation and with_commit_info
1fc535e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2024 in 1s

79.71% (+0.76%) compared to f5d0a42

View this Pull Request on Codecov

79.71% (+0.76%) compared to f5d0a42

Details

Codecov Report

Attention: Patch coverage is 85.96803% with 79 lines in your changes missing coverage. Please review.

Project coverage is 79.71%. Comparing base (f5d0a42) to head (1fc535e).

Files with missing lines Patch % Lines
kernel/src/transaction.rs 88.54% 28 Missing and 16 partials ⚠️
kernel/src/engine/sync/json.rs 79.36% 5 Missing and 8 partials ⚠️
kernel/src/path.rs 74.07% 3 Missing and 4 partials ⚠️
kernel/src/engine/default/json.rs 72.72% 3 Missing and 3 partials ⚠️
kernel/src/engine/arrow_utils.rs 82.75% 0 Missing and 5 partials ⚠️
ffi/src/lib.rs 0.00% 3 Missing ⚠️
kernel/src/table.rs 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #370      +/-   ##
==========================================
+ Coverage   78.94%   79.71%   +0.76%     
==========================================
  Files          52       53       +1     
  Lines       10756    11316     +560     
  Branches    10756    11316     +560     
==========================================
+ Hits         8491     9020     +529     
  Misses       1796     1796              
- Partials      469      500      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.