lance icon indicating copy to clipboard operation
lance copied to clipboard

feat!: update_table returns stats

Open QianZhu opened this issue 1 year ago • 1 comments

BREAKING CHANGE: UpdateJob::execute() now returns statistics about number of rows changed.

update_table returns

  • num of rows updated for billing - writes

QianZhu avatar Sep 11 '24 23:09 QianZhu

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.89%. Comparing base (60797a6) to head (8da0515). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
rust/lance/src/dataset/write/update.rs 91.66% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2867      +/-   ##
==========================================
+ Coverage   77.87%   77.89%   +0.01%     
==========================================
  Files         231      231              
  Lines       70513    70523      +10     
  Branches    70513    70523      +10     
==========================================
+ Hits        54915    54936      +21     
- Misses      12465    12469       +4     
+ Partials     3133     3118      -15     
Flag Coverage Δ
unittests 77.89% <92.85%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Sep 12 '24 02:09 codecov-commenter