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: Join validation for multiple keys #15947

Merged
merged 1 commit into from
Apr 29, 2024
Merged

fix: Join validation for multiple keys #15947

merged 1 commit into from
Apr 29, 2024

Conversation

ritchie46
Copy link
Member

fixes #15829

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

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.25%. Comparing base (b6441d0) to head (ce86d87).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15947      +/-   ##
==========================================
- Coverage   81.25%   81.25%   -0.01%     
==========================================
  Files        1381     1381              
  Lines      176636   176640       +4     
  Branches     3034     3034              
==========================================
+ Hits       143532   143535       +3     
- Misses      32622    32623       +1     
  Partials      482      482              
Flag Coverage Δ
python 74.69% <100.00%> (+<0.01%) ⬆️
rust 78.38% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ritchie46 ritchie46 merged commit 95cbf34 into main Apr 29, 2024
26 checks passed
@ritchie46 ritchie46 deleted the join_validation branch April 29, 2024 07:10
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
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.

Validation for multi-key joins fails with error
1 participant