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

feat: Field expansion renaming #16397

Merged
merged 2 commits into from
May 22, 2024
Merged

feat: Field expansion renaming #16397

merged 2 commits into from
May 22, 2024

Conversation

ritchie46
Copy link
Member

fixes #16374

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature 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 70.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 81.41%. Comparing base (215528e) to head (1d05c5d).

Files Patch % Lines
...plan/src/logical_plan/conversion/expr_expansion.rs 70.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16397      +/-   ##
==========================================
+ Coverage   81.40%   81.41%   +0.01%     
==========================================
  Files        1409     1409              
  Lines      184513   184519       +6     
  Branches     2961     2961              
==========================================
+ Hits       150196   150231      +35     
+ Misses      33802    33773      -29     
  Partials      515      515              

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

@ritchie46 ritchie46 merged commit 8bc1019 into main May 22, 2024
26 checks passed
@ritchie46 ritchie46 deleted the field branch May 22, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature 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('*') PanicException: no rename_alias at this point
1 participant