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: Do not remove double-sort if maintain_order=True #18561

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Sep 5, 2024

Fixes #18558

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

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.81%. Comparing base (af8738c) to head (fb68803).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18561      +/-   ##
==========================================
- Coverage   79.82%   79.81%   -0.02%     
==========================================
  Files        1502     1502              
  Lines      201933   201937       +4     
  Branches     2868     2868              
==========================================
- Hits       161201   161177      -24     
- Misses      40186    40214      +28     
  Partials      546      546              

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

@ritchie46 ritchie46 merged commit aad45cd into pola-rs:main Sep 5, 2024
28 checks passed
@nameexhaustion nameexhaustion deleted the double-sort branch September 11, 2024 08:04
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.

maintain_order argument for LazyFrame.sort does not work correctly due to double-sort removal
2 participants