Skip to content

fix: Support duplicate names in over#27544

Merged
ritchie46 merged 2 commits intopola-rs:mainfrom
kdn36:fix_27443_over_alias
May 8, 2026
Merged

fix: Support duplicate names in over#27544
ritchie46 merged 2 commits intopola-rs:mainfrom
kdn36:fix_27443_over_alias

Conversation

@kdn36
Copy link
Copy Markdown
Collaborator

@kdn36 kdn36 commented May 7, 2026

Fixes #27443

@kdn36 kdn36 changed the title Fix 27443 over alias Fix: Support duplicate names in over May 7, 2026
@kdn36 kdn36 changed the title Fix: Support duplicate names in over fix: Support duplicate names in over May 7, 2026
@github-actions github-actions Bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars title needs formatting and removed title needs formatting labels May 7, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

❌ Patch coverage is 92.59259% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.15%. Comparing base (7fe21f6) to head (f3b4a77).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-expr/src/expressions/window.rs 87.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #27544      +/-   ##
==========================================
- Coverage   81.43%   81.15%   -0.28%     
==========================================
  Files        1837     1837              
  Lines      255164   255165       +1     
  Branches     3179     3179              
==========================================
- Hits       207782   207076     -706     
- Misses      46558    47265     +707     
  Partials      824      824              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ritchie46 ritchie46 merged commit 144f8e3 into pola-rs:main May 8, 2026
35 of 39 checks passed
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.

Regression some time after 1.38.1 when using multiple expression in .over with same alias

2 participants