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: Ensure unique names in HConcat #17884

Merged
merged 2 commits into from
Jul 26, 2024
Merged

feat: Ensure unique names in HConcat #17884

merged 2 commits into from
Jul 26, 2024

Conversation

ritchie46
Copy link
Member

fixes #17862

@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 26, 2024
@ritchie46 ritchie46 changed the title feat: Ensure unique names in HCOncat feat: Ensure unique names in HConcat Jul 26, 2024
Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.57%. Comparing base (55c15d7) to head (6fbce8f).
Report is 1 commits behind head on main.

Files Patch % Lines
crates/polars-stream/src/nodes/zip.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17884   +/-   ##
=======================================
  Coverage   80.56%   80.57%           
=======================================
  Files        1495     1495           
  Lines      197009   197006    -3     
  Branches     2813     2813           
=======================================
+ Hits       158720   158733   +13     
+ Misses      37768    37752   -16     
  Partials      521      521           

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

@ritchie46 ritchie46 merged commit 10ea973 into main Jul 26, 2024
29 checks passed
@ritchie46 ritchie46 deleted the hor branch July 26, 2024 10:46
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.

Ensure column names are unique for horizontal concat in the IR
1 participant