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: Take into account scalar/partitioned columns in DataFrame::split_chunks #21606

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Mar 5, 2025

This might be a case of fixing symptoms however, we may need to take a harder look at aligning chunks and what that means in the context of non-series Columns.

Fixes #21581.

@orlp orlp requested review from ritchie46 and c-peters as code owners March 5, 2025 13:28
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 5, 2025
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.97%. Comparing base (a1c6834) to head (3363503).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21606      +/-   ##
==========================================
+ Coverage   79.80%   79.97%   +0.16%     
==========================================
  Files        1604     1604              
  Lines      231362   231541     +179     
  Branches     2639     2639              
==========================================
+ Hits       184629   185165     +536     
+ Misses      46124    45767     -357     
  Partials      609      609              

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

@ritchie46 ritchie46 merged commit 4d2aa57 into pola-rs:main Mar 5, 2025
23 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.

PanicException when combining filter, negative shift, and literal columns
2 participants