Skip to content

fix: Fix panic on lazy concat->filter->slice with CSPE#26907

Merged
ritchie46 merged 2 commits intomainfrom
nxs/slice-arena-take
Mar 13, 2026
Merged

fix: Fix panic on lazy concat->filter->slice with CSPE#26907
ritchie46 merged 2 commits intomainfrom
nxs/slice-arena-take

Conversation

@nameexhaustion
Copy link
Copy Markdown
Collaborator

@github-actions github-actions Bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 13, 2026
use IR::*;

match (lp, state) {
// Don't take this, the node can be referenced multiple times in the tree.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix here

@github-actions
Copy link
Copy Markdown
Contributor

The uncompressed lib size after this PR is 54.8106 MB.

@nameexhaustion nameexhaustion marked this pull request as ready for review March 13, 2026 11:18
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.72%. Comparing base (d764326) to head (82ac9bd).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #26907      +/-   ##
==========================================
+ Coverage   81.68%   81.72%   +0.04%     
==========================================
  Files        1805     1806       +1     
  Lines      248191   248701     +510     
  Branches     3132     3133       +1     
==========================================
+ Hits       202726   203251     +525     
+ Misses      44660    44645      -15     
  Partials      805      805              

☔ 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 3ee3f1b into main Mar 13, 2026
29 checks passed
@ritchie46 ritchie46 deleted the nxs/slice-arena-take branch March 13, 2026 12:28
davanstrien pushed a commit to davanstrien/polars that referenced this pull request Apr 2, 2026
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 in concat of duplicate scan_csv with select + filter + limit

2 participants