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: Small drive-by's #20772

Merged
merged 1 commit into from
Jan 17, 2025
Merged

refactor: Small drive-by's #20772

merged 1 commit into from
Jan 17, 2025

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 17, 2025
@@ -311,7 +313,8 @@ fn try_build_streaming_group_by(
&mut trans_agg_exprs,
&trans_input_cols,
)?;
trans_output_exprs.push(ExprIR::new(trans_node, agg.output_name_inner().clone()));
let output_name = OutputName::Alias(agg.output_name().clone());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The origin of OutputName can be changed during rewrite.

Copy link
Contributor

The uncompressed lib size after this PR is 39.1748 MB.

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 79.77%. Comparing base (725c960) to head (8e13a69).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
.../polars-stream/src/physical_plan/lower_group_by.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20772      +/-   ##
==========================================
+ Coverage   79.74%   79.77%   +0.03%     
==========================================
  Files        1561     1561              
  Lines      222012   221922      -90     
  Branches     2530     2530              
==========================================
  Hits       177049   177049              
+ Misses      44381    44291      -90     
  Partials      582      582              

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

@ritchie46 ritchie46 merged commit 672e4c6 into main Jan 17, 2025
23 checks passed
@ritchie46 ritchie46 deleted the chore branch January 17, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant