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: Fix incorrect lazy select(len()) with some select orderings #20222

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #20220

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.62%. Comparing base (58a38af) to head (07a1f47).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20222      +/-   ##
==========================================
- Coverage   79.62%   79.62%   -0.01%     
==========================================
  Files        1565     1565              
  Lines      218188   218192       +4     
  Branches     2475     2475              
==========================================
+ Hits       173735   173736       +1     
- Misses      43886    43889       +3     
  Partials      567      567              

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

@nameexhaustion nameexhaustion marked this pull request as ready for review December 9, 2024 08:37
@ritchie46 ritchie46 merged commit 01fadd9 into pola-rs:main Dec 9, 2024
26 checks passed
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.

Incorrect select(len()) with some select orderings
2 participants