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

feat: Show warning if expressions are very deep #16233

Merged
merged 1 commit into from
May 15, 2024
Merged

feat: Show warning if expressions are very deep #16233

merged 1 commit into from
May 15, 2024

Conversation

ritchie46
Copy link
Member

closes #16225

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels May 15, 2024
Copy link

codecov bot commented May 15, 2024

Codecov Report

Attention: Patch coverage is 92.85714% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 80.86%. Comparing base (15f6b36) to head (ead377d).

Files Patch % Lines
...ates/polars-lazy/src/physical_plan/planner/expr.rs 93.25% 6 Missing ⚠️
py-polars/polars/config.py 28.57% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16233   +/-   ##
=======================================
  Coverage   80.85%   80.86%           
=======================================
  Files        1394     1394           
  Lines      179955   180030   +75     
  Branches     2909     2911    +2     
=======================================
+ Hits       145508   145579   +71     
- Misses      33942    33946    +4     
  Partials      505      505           

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

@ritchie46 ritchie46 merged commit 6716651 into main May 15, 2024
28 checks passed
@ritchie46 ritchie46 deleted the limit branch May 15, 2024 08:22
MarcoGorelli pushed a commit to MarcoGorelli/polars that referenced this pull request May 15, 2024
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stack overflow in physical executor with very deep expression trees
1 participant