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

feat: streamed execution in MERGE #3145

Merged
merged 1 commit into from
Jan 21, 2025

feat: streaming support

92a8f7b
Select commit
Loading
Failed to load commit list.
Merged

feat: streamed execution in MERGE #3145

feat: streaming support
92a8f7b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2025 in 1s

71.77% (-0.19%) compared to 82ef6bf

View this Pull Request on Codecov

71.77% (-0.19%) compared to 82ef6bf

Details

Codecov Report

Attention: Patch coverage is 26.37363% with 134 lines in your changes missing coverage. Please review.

Project coverage is 71.77%. Comparing base (82ef6bf) to head (92a8f7b).

Files with missing lines Patch % Lines
crates/core/src/delta_datafusion/mod.rs 0.00% 69 Missing ⚠️
python/src/merge.rs 0.00% 42 Missing ⚠️
crates/core/src/operations/merge/filter.rs 68.51% 17 Missing ⚠️
crates/core/src/operations/merge/mod.rs 73.33% 4 Missing ⚠️
python/src/lib.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3145      +/-   ##
==========================================
- Coverage   71.96%   71.77%   -0.19%     
==========================================
  Files         135      135              
  Lines       43581    43717     +136     
  Branches    43581    43717     +136     
==========================================
+ Hits        31361    31378      +17     
- Misses      10181    10293     +112     
- Partials     2039     2046       +7     

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