Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add str_length built-in check for PySpark backend #1709

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' into bugfix/pyspark-str-length

b002e70
Select commit
Loading
Failed to load commit list.
Open

Add str_length built-in check for PySpark backend #1709

Merge branch 'main' into bugfix/pyspark-str-length
b002e70
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 13, 2024 in 0s

93.46% (-0.82%) compared to 812b2a8

View this Pull Request on Codecov

93.46% (-0.82%) compared to 812b2a8

Details

Codecov Report

Attention: Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 93.46%. Comparing base (812b2a8) to head (b002e70).
Report is 120 commits behind head on main.

Files Patch % Lines
pandera/backends/pyspark/builtin_checks.py 40.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1709      +/-   ##
==========================================
- Coverage   94.28%   93.46%   -0.82%     
==========================================
  Files          91      117      +26     
  Lines        7013     8856    +1843     
==========================================
+ Hits         6612     8277    +1665     
- Misses        401      579     +178     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.