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

feat: Allow literals in sort #17780

Merged
merged 1 commit into from
Jul 22, 2024
Merged

feat: Allow literals in sort #17780

merged 1 commit into from
Jul 22, 2024

Conversation

ritchie46
Copy link
Member

fixes #17769

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Jul 22, 2024
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.42%. Comparing base (40f06ff) to head (746c602).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17780      +/-   ##
==========================================
- Coverage   80.42%   80.42%   -0.01%     
==========================================
  Files        1502     1502              
  Lines      197075   197078       +3     
  Branches     2794     2794              
==========================================
- Hits       158498   158492       -6     
- Misses      38063    38072       +9     
  Partials      514      514              

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

@ritchie46 ritchie46 merged commit fa75220 into main Jul 22, 2024
27 checks passed
@ritchie46 ritchie46 deleted the sort branch July 22, 2024 08:41
atigbadr pushed a commit to atigbadr/polars that referenced this pull request Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing a Series to DataFrame.sort gives "literal expressions are not allowed for sorting" error
1 participant