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

refactor: Raise on suffixed predicate in join_where #18607

Merged
merged 1 commit into from
Sep 8, 2024
Merged

refactor: Raise on suffixed predicate in join_where #18607

merged 1 commit into from
Sep 8, 2024

Conversation

ritchie46
Copy link
Member

fixes #18604

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Sep 8, 2024
Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.92%. Comparing base (98788b2) to head (263b4e3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18607      +/-   ##
==========================================
- Coverage   79.93%   79.92%   -0.02%     
==========================================
  Files        1505     1505              
  Lines      202618   202619       +1     
  Branches     2873     2873              
==========================================
- Hits       161962   161936      -26     
- Misses      40108    40135      +27     
  Partials      548      548              

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

@ritchie46 ritchie46 merged commit 04b9e82 into main Sep 8, 2024
27 checks passed
@ritchie46 ritchie46 deleted the raise branch September 8, 2024 07:36
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 python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.join_where() should error when _right does not exist.
1 participant