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: Ensure aligned chunks in OOC sort #19118

Merged
merged 1 commit into from
Oct 7, 2024
Merged

fix: Ensure aligned chunks in OOC sort #19118

merged 1 commit into from
Oct 7, 2024

Conversation

ritchie46
Copy link
Member

fixes #19111

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 7, 2024
@ritchie46 ritchie46 merged commit d31bbf4 into main Oct 7, 2024
20 of 21 checks passed
@ritchie46 ritchie46 deleted the ooc branch October 7, 2024 08:20
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

Attention: Patch coverage is 94.44444% with 2 lines in your changes missing coverage. Please review.

Project coverage is 79.79%. Comparing base (c4a28ae) to head (24be32e).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/frame/mod.rs 96.00% 1 Missing ⚠️
crates/polars-pipe/src/executors/sinks/io.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19118      +/-   ##
==========================================
- Coverage   79.79%   79.79%   -0.01%     
==========================================
  Files        1531     1531              
  Lines      208556   208573      +17     
  Branches     2913     2913              
==========================================
+ Hits       166423   166436      +13     
- Misses      41582    41586       +4     
  Partials      551      551              

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

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.

OOC sort PanicException RecordBatch requires all its arrays to have an equal number of rows
1 participant