[FEAT] Add a list.contains
API
#2773
Closed
Codecov / codecov/project
succeeded
Nov 21, 2024 in 1s
77.35% (-0.07%) compared to 5fee192
View this Pull Request on Codecov
77.35% (-0.07%) compared to 5fee192
Details
Codecov Report
Attention: Patch coverage is 2.46914%
with 79 lines
in your changes missing coverage. Please review.
Project coverage is 77.35%. Comparing base (
5fee192
) to head (d63ce68
).
Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #2773 +/- ##
==========================================
- Coverage 77.41% 77.35% -0.07%
==========================================
Files 678 679 +1
Lines 83680 83332 -348
==========================================
- Hits 64783 64460 -323
+ Misses 18897 18872 -25
Files with missing lines | Coverage Δ | |
---|---|---|
src/daft-functions/src/list/mod.rs | 100.00% <100.00%> (ø) |
|
daft/expressions/expressions.py | 93.26% <50.00%> (-0.12%) |
⬇️ |
src/daft-core/src/series/ops/list.rs | 58.55% <0.00%> (-5.95%) |
⬇️ |
src/daft-core/src/array/ops/list.rs | 92.39% <0.00%> (-2.14%) |
⬇️ |
src/daft-functions/src/list/contains.rs | 0.00% <0.00%> (ø) |
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading