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: Warn if asof keys not sorted #20887

Merged
merged 4 commits into from
Jan 24, 2025
Merged

fix: Warn if asof keys not sorted #20887

merged 4 commits into from
Jan 24, 2025

Conversation

ritchie46
Copy link
Member

fixes #20882

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 24, 2025
Copy link
Contributor

The uncompressed lib size after this PR is 38.7883 MB.

@lukemanley
Copy link
Contributor

Also closes #18014?

Copy link
Contributor

The uncompressed lib size after this PR is 38.7832 MB.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.73%. Comparing base (88dd1e9) to head (07f14c9).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20887   +/-   ##
=======================================
  Coverage   79.73%   79.73%           
=======================================
  Files        1566     1566           
  Lines      222581   222633   +52     
  Branches     2572     2572           
=======================================
+ Hits       177469   177524   +55     
+ Misses      44520    44517    -3     
  Partials      592      592           

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

@ritchie46
Copy link
Member Author

closes #18014

@ritchie46 ritchie46 merged commit 8b5b05a into main Jan 24, 2025
31 checks passed
@ritchie46 ritchie46 deleted the join_asof branch January 24, 2025 14:31
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.

join_asof doesn't check for sortedness when joining
2 participants