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: Output u32 when sum_horizontal provided with single boolean column #15114

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

mcrumiller
Copy link
Contributor

Resolves #15102.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 17, 2024
Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.07%. Comparing base (f8ade71) to head (d6c9b9d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15114      +/-   ##
==========================================
- Coverage   81.08%   81.07%   -0.01%     
==========================================
  Files        1342     1342              
  Lines      174112   174116       +4     
  Branches     2459     2459              
==========================================
- Hits       141178   141173       -5     
- Misses      32467    32476       +9     
  Partials      467      467              

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

@ritchie46
Copy link
Member

Thanks for the quick fix. Looks good.

@ritchie46 ritchie46 merged commit 3eea5d0 into pola-rs:main Mar 18, 2024
23 checks passed
@mcrumiller mcrumiller deleted the sum-horz-bool branch April 8, 2024 16:12
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.

Casting of boolean values
2 participants