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

refactor: Add ProjectionContext in projection pushdown opt #20918

Merged
merged 1 commit into from
Jan 26, 2025
Merged

Conversation

ritchie46
Copy link
Member

No description provided.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Jan 26, 2025
@ritchie46 ritchie46 changed the title refactor: Add ProjectionContext in projection pusdhown opt refactor: Add ProjectionContext in projection pushdown opt Jan 26, 2025
Copy link
Contributor

The uncompressed lib size after this PR is 38.1743 MB.

Copy link

codecov bot commented Jan 26, 2025

Codecov Report

Attention: Patch coverage is 97.82609% with 3 lines in your changes missing coverage. Please review.

Project coverage is 79.76%. Comparing base (7bf42dd) to head (9b49897).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
...lan/src/plans/optimizer/projection_pushdown/mod.rs 92.68% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #20918    +/-   ##
========================================
  Coverage   79.76%   79.76%            
========================================
  Files        1569     1569            
  Lines      222895   222765   -130     
  Branches     2573     2574     +1     
========================================
- Hits       177782   177685    -97     
+ Misses      44521    44489    -32     
+ Partials      592      591     -1     

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

@ritchie46 ritchie46 merged commit 000abb0 into main Jan 26, 2025
24 checks passed
@ritchie46 ritchie46 deleted the projection branch January 26, 2025 10:14
@c-peters c-peters added the accepted Ready for implementation label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants