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: Error selecting columns after non-coalesced join (multiple join keys) #16559

Merged
merged 1 commit into from
May 29, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #16554

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels May 29, 2024
@@ -97,7 +97,7 @@ pub(super) fn process_asof_join(

// The join on keys can lead that columns are already added, we don't want to create
// duplicates so store the names.
let mut already_added_local_to_local_projected = BTreeSet::new();
let mut local_projected_names = BTreeSet::new();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simplify this variable name

Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.48%. Comparing base (52c919f) to head (b9a9eaa).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16559      +/-   ##
==========================================
+ Coverage   81.46%   81.48%   +0.02%     
==========================================
  Files        1412     1412              
  Lines      185465   185476      +11     
  Branches     2996     2996              
==========================================
+ Hits       151084   151143      +59     
+ Misses      33865    33817      -48     
  Partials      516      516              

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

@ritchie46 ritchie46 merged commit 4ecc8a6 into pola-rs:main May 29, 2024
27 checks passed
@nameexhaustion nameexhaustion deleted the join-multi branch May 29, 2024 06:32
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.

Another "coalesce=False" join schema issue
2 participants