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

chore: Dispatch to the in-memory engine for multifile sources #20860

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

coastalwhite
Copy link
Collaborator

This is very suboptimal, but necessary for now.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Jan 23, 2025
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

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

Project coverage is 79.64%. Comparing base (24fccc4) to head (a634327).
Report is 45 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-stream/src/physical_plan/lower_ir.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20860   +/-   ##
=======================================
  Coverage   79.64%   79.64%           
=======================================
  Files        1571     1571           
  Lines      223156   223169   +13     
  Branches     2546     2546           
=======================================
+ Hits       177731   177744   +13     
  Misses      44841    44841           
  Partials      584      584           

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

@ritchie46 ritchie46 merged commit 6d01c91 into pola-rs:main Jan 23, 2025
21 of 23 checks passed
@c-peters c-peters added the accepted Ready for implementation label Jan 27, 2025
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 python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants