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

refactor(rust): Temporarily disable common subplan elim for new-streaming #20374

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Dec 19, 2024

The goal is to re-enable this ASAP by translating the cache nodes to multiplexer nodes (or something else), but this fixes a todo!() branch for now.

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 78.92%. Comparing base (db1684d) to head (cbab50f).
Report is 25 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-lazy/src/frame/mod.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20374      +/-   ##
==========================================
- Coverage   79.10%   78.92%   -0.18%     
==========================================
  Files        1572     1560      -12     
  Lines      219958   219691     -267     
  Branches     2465     2471       +6     
==========================================
- Hits       173991   173390     -601     
- Misses      45399    45733     +334     
  Partials      568      568              

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

@ritchie46 ritchie46 merged commit 5f791b4 into pola-rs:main Dec 20, 2024
26 checks passed
@c-peters c-peters added the accepted Ready for implementation label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants