Closed gruuya closed 3 days ago
ACTION NEEDED
delta-rs follows the Conventional Commits specification for release automation.
The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.
Attention: Patch coverage is 97.14286%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 72.47%. Comparing base (
0434435
) to head (3012da5
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
crates/core/src/writer/stats.rs | 97.14% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
Try to detect the situation where floating point conversion rounds the integer value beyond the valid Decimal(scale, precision) range, and rollback to next smaller value towards 0.0.
Related Issue(s)
Closes #2974
Documentation
None