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: Fix invalid state due to cached IR #18262

Merged
merged 1 commit into from
Aug 19, 2024
Merged

fix: Fix invalid state due to cached IR #18262

merged 1 commit into from
Aug 19, 2024

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Aug 19, 2024

fixes #18198

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Aug 19, 2024
@ritchie46 ritchie46 merged commit a8ce835 into main Aug 19, 2024
26 checks passed
@ritchie46 ritchie46 deleted the schema branch August 19, 2024 09:24
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.23%. Comparing base (02f95bf) to head (419b17b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18262      +/-   ##
==========================================
- Coverage   80.25%   80.23%   -0.02%     
==========================================
  Files        1500     1500              
  Lines      198906   198907       +1     
  Branches     2837     2837              
==========================================
- Hits       159624   159597      -27     
- Misses      38755    38783      +28     
  Partials      527      527              

☔ 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.

entered unreachable code when using collect_schema and concat
1 participant