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: Fix struct arithmetic schema #16396

Merged
merged 1 commit into from
May 22, 2024
Merged

fix: Fix struct arithmetic schema #16396

merged 1 commit into from
May 22, 2024

Conversation

ritchie46
Copy link
Member

fixes #16373

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

codecov bot commented May 22, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 81.41%. Comparing base (d1cf113) to head (9219e44).
Report is 1 commits behind head on main.

Files Patch % Lines
...rates/polars-plan/src/logical_plan/aexpr/schema.rs 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16396      +/-   ##
==========================================
+ Coverage   81.40%   81.41%   +0.01%     
==========================================
  Files        1409     1409              
  Lines      184509   184513       +4     
  Branches     2961     2961              
==========================================
+ Hits       150199   150221      +22     
+ Misses      33795    33777      -18     
  Partials      515      515              

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

@ritchie46 ritchie46 merged commit 215528e into main May 22, 2024
27 checks passed
@ritchie46 ritchie46 deleted the field branch May 22, 2024 12:26
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.

.struct.field('*') StructFieldNotFoundError
1 participant