Skip to content

Conversation

@orlp
Copy link
Member

@orlp orlp commented Dec 2, 2025

Fixes #25573.

We didn't release the GIL when rechunking and I guess that creates a deadlock. This seems to fix it.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Dec 2, 2025
@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.81%. Comparing base (8035d57) to head (619c50d).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #25582      +/-   ##
==========================================
+ Coverage   79.57%   79.81%   +0.23%     
==========================================
  Files        1729     1729              
  Lines      239636   239686      +50     
  Branches     3032     3038       +6     
==========================================
+ Hits       190689   191298     +609     
+ Misses      48165    47605     -560     
- Partials      782      783       +1     

☔ 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 45819db into pola-rs:main Dec 3, 2025
25 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.

pl.DataFrame.rows hangs with object datatype and lot of chunks.

2 participants