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

fix(rust,python): throw an invalid operation exception on performing a sum over a list of strs #16521

Merged
merged 1 commit into from
May 27, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #12935.

Copy link

codecov bot commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.51%. Comparing base (cc2c905) to head (1564636).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16521      +/-   ##
==========================================
- Coverage   81.51%   81.51%   -0.01%     
==========================================
  Files        1410     1410              
  Lines      185063   185069       +6     
  Branches     2983     2982       -1     
==========================================
- Hits       150860   150859       -1     
- Misses      33687    33694       +7     
  Partials      516      516              

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

@ritchie46
Copy link
Member

Nice one!

@ritchie46 ritchie46 merged commit 35ee2e8 into pola-rs:main May 27, 2024
29 checks passed
@coastalwhite coastalwhite deleted the fix-12935 branch May 27, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported aggregation functions return None on String columns
2 participants