Skip to content

feat: string casing functions

830742a
Select commit
Loading
Failed to load commit list.
Merged

feat: string casing functions #6096

feat: string casing functions
830742a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 29, 2026 in 1s

43.42% (-29.49%) compared to aa8add2

View this Pull Request on Codecov

43.42% (-29.49%) compared to aa8add2

Details

Codecov Report

❌ Patch coverage is 59.03614% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.42%. Comparing base (aa8add2) to head (830742a).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/daft-functions-utf8/src/case.rs 0.00% 25 Missing ⚠️
src/daft-functions-utf8/src/lib.rs 0.00% 9 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #6096       +/-   ##
===========================================
- Coverage   72.91%   43.42%   -29.49%     
===========================================
  Files         973      910       -63     
  Lines      126196   112820    -13376     
===========================================
- Hits        92016    48996    -43020     
- Misses      34180    63824    +29644     
Files with missing lines Coverage Δ
daft/expressions/expressions.py 95.24% <100.00%> (+0.11%) ⬆️
daft/functions/__init__.py 100.00% <ø> (ø)
daft/functions/str.py 100.00% <100.00%> (ø)
daft/series.py 92.14% <100.00%> (+0.16%) ⬆️
src/daft-functions-utf8/src/lib.rs 0.00% <0.00%> (-100.00%) ⬇️
src/daft-functions-utf8/src/case.rs 0.00% <0.00%> (ø)

... and 652 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.