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: Broadcast zip_with for structs #18770

Merged
merged 6 commits into from
Sep 18, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #18673.

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

codecov bot commented Sep 17, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 8 lines in your changes missing coverage. Please review.

Project coverage is 79.85%. Comparing base (962b576) to head (abd2f3e).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/chunked_array/ops/zip.rs 77.77% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18770      +/-   ##
==========================================
- Coverage   79.86%   79.85%   -0.01%     
==========================================
  Files        1517     1518       +1     
  Lines      205542   205612      +70     
  Branches     2892     2892              
==========================================
+ Hits       164156   164196      +40     
- Misses      40838    40868      +30     
  Partials      548      548              

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

@ritchie46 ritchie46 merged commit 16623bb into pola-rs:main Sep 18, 2024
26 checks passed
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.

Panic with "expected arrays of the same length"
2 participants