8000 refactor(rust): Remove incorrect cast in reduce code by orlp · Pull Request #25321 · pola-rs/polars · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@orlp
Copy link
Member
@orlp orlp commented Nov 13, 2025

There was an extra cast in the reduce node which shouldn't be there. Only the var/std return type was incorrect so I fixed it in that operator.

This was messing up extension types.

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Nov 13, 2025
@codecov
Copy link
codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.93%. Comparing base (20ebc64) to head (5317a62).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #25321   +/-   ##
=======================================
  Coverage   81.92%   81.93%           
=======================================
  Files        1712     1712           
  Lines      237225   237235   +10     
  Branches     3011     3011           
=======================================
+ Hits       194358   194384   +26     
+ Misses      42094    42078   -16     
  Partials      773      773           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coastalwhite coastalwhite merged commit dfabd19 into pola-rs:main Nov 13, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal An internal refactor or improvement rust Related to Rust Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0