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: Support nested keys in window functions #20837

Merged
merged 1 commit into from
Jan 22, 2025
Merged

feat: Support nested keys in window functions #20837

merged 1 commit into from
Jan 22, 2025

Conversation

ritchie46
Copy link
Member

supersedes #20836

fixes #20688

@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 Jan 22, 2025
Copy link
Contributor

The uncompressed lib size after this PR is 39.4780 MB.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.66%. Comparing base (064e661) to head (e494c87).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20837      +/-   ##
==========================================
- Coverage   79.70%   79.66%   -0.04%     
==========================================
  Files        1569     1570       +1     
  Lines      223017   223136     +119     
  Branches     2546     2546              
==========================================
+ Hits       177746   177757      +11     
- Misses      44687    44795     +108     
  Partials      584      584              

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

@ritchie46 ritchie46 merged commit 714b679 into main Jan 22, 2025
26 of 28 checks passed
@ritchie46 ritchie46 deleted the window branch January 22, 2025 09:42
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 inside .over() PanicException
1 participant