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

fix: Fix panic in window case #17320

Merged
merged 1 commit into from
Jul 1, 2024
Merged

fix: Fix panic in window case #17320

merged 1 commit into from
Jul 1, 2024

Conversation

ritchie46
Copy link
Member

fixes #17308

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.73%. Comparing base (41610e3) to head (ea2e1d3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17320   +/-   ##
=======================================
  Coverage   80.72%   80.73%           
=======================================
  Files        1475     1475           
  Lines      193333   193337    +4     
  Branches     2760     2760           
=======================================
+ Hits       156077   156084    +7     
+ Misses      36746    36743    -3     
  Partials      510      510           

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

@ritchie46 ritchie46 merged commit ccdfbda into main Jul 1, 2024
27 checks passed
@ritchie46 ritchie46 deleted the panic branch July 1, 2024 07:37
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.

Panick since first release candidate when expressions in select() return a different number of rows
1 participant