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] Transaction append data API #393

Merged
merged 24 commits into from
Nov 8, 2024

Merge remote-tracking branch 'upstream/main' into transaction-data-path

796f2c4
Select commit
Loading
Failed to load commit list.
Merged

[write] Transaction append data API #393

Merge remote-tracking branch 'upstream/main' into transaction-data-path
796f2c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2024 in 1s

78.88% (+0.46%) compared to 4466509

View this Pull Request on Codecov

78.88% (+0.46%) compared to 4466509

Details

Codecov Report

Attention: Patch coverage is 93.57542% with 23 lines in your changes missing coverage. Please review.

Project coverage is 78.88%. Comparing base (4466509) to head (796f2c4).

Files with missing lines Patch % Lines
kernel/src/engine/default/parquet.rs 91.51% 6 Missing and 13 partials ⚠️
kernel/src/engine/arrow_utils.rs 33.33% 0 Missing and 2 partials ⚠️
kernel/src/engine/default/mod.rs 92.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #393      +/-   ##
==========================================
+ Coverage   78.41%   78.88%   +0.46%     
==========================================
  Files          55       55              
  Lines       11806    12157     +351     
  Branches    11806    12157     +351     
==========================================
+ Hits         9258     9590     +332     
- Misses       2041     2047       +6     
- Partials      507      520      +13     

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