Closed wjones127 closed 8 hours ago
Attention: Patch coverage is 87.30159%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 77.91%. Comparing base (
8069936
) to head (76e974d
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
rust/lance/src/dataset/write/commit.rs | 87.30% | 6 Missing and 10 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This allows users to commit a sequence of transactions as one new version. Right now, this only supports Append transactions, which are trivial to merge.
Closes #3097