[CHORE] Cleanup ExprResolver #3401
Merged
Codecov / codecov/project
succeeded
Nov 22, 2024 in 0s
77.35% (-0.01%) compared to 68248a9
View this Pull Request on Codecov
77.35% (-0.01%) compared to 68248a9
Details
Codecov Report
Attention: Patch coverage is 77.77778%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 77.35%. Comparing base (
68248a9
) to head (af8b536
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/daft-dsl/src/resolve_expr/mod.rs | 60.00% | 4 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #3401 +/- ##
==========================================
- Coverage 77.35% 77.35% -0.01%
==========================================
Files 685 685
Lines 83644 83646 +2
==========================================
- Hits 64705 64703 -2
- Misses 18939 18943 +4
Files with missing lines | Coverage Δ | |
---|---|---|
src/daft-logical-plan/src/ops/agg.rs | 58.13% <100.00%> (-1.87%) |
⬇️ |
src/daft-logical-plan/src/ops/pivot.rs | 70.58% <100.00%> (-0.85%) |
⬇️ |
src/daft-dsl/src/resolve_expr/mod.rs | 88.88% <60.00%> (-1.33%) |
⬇️ |
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading