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(python, rust): add feature operation #2712

Merged
merged 2 commits into from
Sep 18, 2024

chore: rename DeltaConfigKey to TableProperty to be more clear on its…

e5fd2bc
Select commit
Loading
Failed to load commit list.
Merged

feat(python, rust): add feature operation #2712

chore: rename DeltaConfigKey to TableProperty to be more clear on its…
e5fd2bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 17, 2024 in 0s

72.42% (+0.02%) compared to 83043b6

View this Pull Request on Codecov

72.42% (+0.02%) compared to 83043b6

Details

Codecov Report

Attention: Patch coverage is 62.12121% with 100 lines in your changes missing coverage. Please review.

Project coverage is 72.42%. Comparing base (83043b6) to head (e5fd2bc).

Files with missing lines Patch % Lines
crates/core/src/kernel/models/actions.rs 43.10% 30 Missing and 3 partials ⚠️
python/src/lib.rs 0.00% 26 Missing ⚠️
crates/core/src/operations/add_feature.rs 85.93% 15 Missing and 3 partials ⚠️
python/src/features.rs 0.00% 17 Missing ⚠️
crates/core/src/operations/convert_to_delta.rs 0.00% 1 Missing ⚠️
crates/core/src/operations/delete.rs 66.66% 0 Missing and 1 partial ⚠️
crates/core/src/operations/merge/mod.rs 66.66% 0 Missing and 1 partial ⚠️
crates/core/src/operations/update.rs 66.66% 0 Missing and 1 partial ⚠️
crates/core/src/operations/write.rs 75.00% 0 Missing and 1 partial ⚠️
crates/core/src/table/config.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2712      +/-   ##
==========================================
+ Coverage   72.40%   72.42%   +0.02%     
==========================================
  Files         131      133       +2     
  Lines       40011    40238     +227     
  Branches    40011    40238     +227     
==========================================
+ Hits        28970    29143     +173     
- Misses       9165     9242      +77     
+ Partials     1876     1853      -23     

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