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 name resolving #15507

Merged
merged 3 commits into from
Apr 6, 2024
Merged

fix: Fix struct name resolving #15507

merged 3 commits into from
Apr 6, 2024

Conversation

ritchie46
Copy link
Member

fixes #15430

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

codecov bot commented Apr 6, 2024

Codecov Report

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

Project coverage is 81.14%. Comparing base (e3c2b0d) to head (f8b82bc).
Report is 15 commits behind head on main.

❗ Current head f8b82bc differs from pull request most recent head 67f8acd. Consider uploading reports for the commit 67f8acd to get more accurate results

Files Patch % Lines
crates/polars-plan/src/logical_plan/projection.rs 50.90% 27 Missing ⚠️
crates/polars-arrow/src/legacy/index.rs 0.00% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #15507    +/-   ##
========================================
  Coverage   81.13%   81.14%            
========================================
  Files        1362     1362            
  Lines      174820   174979   +159     
  Branches     2531     2531            
========================================
+ Hits       141836   141980   +144     
- Misses      32500    32516    +16     
+ Partials      484      483     -1     

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

@ritchie46 ritchie46 merged commit 93b194e into main Apr 6, 2024
23 checks passed
@ritchie46 ritchie46 deleted the struct branch April 6, 2024 15:08
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.

Projection pushdown regression when dropping selected columns
1 participant