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: use larger recursive stack in debug mode #15593

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Apr 11, 2024

Closes #15345.

After Ritchie's refactor of the Arena IR this PR can now properly close this issue.

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

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.12%. Comparing base (05d980f) to head (4aa91cb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15593      +/-   ##
==========================================
- Coverage   81.13%   81.12%   -0.01%     
==========================================
  Files        1367     1367              
  Lines      174984   174991       +7     
  Branches     2530     2530              
==========================================
- Hits       141971   141965       -6     
- Misses      32536    32550      +14     
+ Partials      477      476       -1     

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

@ritchie46 ritchie46 merged commit 003f4f2 into pola-rs:main Apr 11, 2024
16 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.

comm_subplan_elim segfault on main StackOverflow
3 participants