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): Move path expansion utils to polars-io crate #17521

Merged
merged 7 commits into from
Jul 9, 2024

Conversation

stinodego
Copy link
Contributor

@stinodego stinodego commented Jul 9, 2024

Ref #17444

These were first in polars-lazy, but we will instead need them in polars-plan. Moving to polars-io made most sense to me, since the functionality is IO-related.

No functional changes, just shuffling things around.

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Jul 9, 2024
@stinodego stinodego marked this pull request as ready for review July 9, 2024 13:22
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

Attention: Patch coverage is 93.77432% with 16 lines in your changes missing coverage. Please review.

Project coverage is 80.48%. Comparing base (a5724d6) to head (300a2b1).

Files Patch % Lines
crates/polars-io/src/utils/path.rs 93.30% 16 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17521   +/-   ##
=======================================
  Coverage   80.47%   80.48%           
=======================================
  Files        1482     1483    +1     
  Lines      195119   195118    -1     
  Branches     2778     2778           
=======================================
+ Hits       157026   157043   +17     
+ Misses      37582    37564   -18     
  Partials      511      511           

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

@ritchie46 ritchie46 merged commit 383c48a into main Jul 9, 2024
24 checks passed
@ritchie46 ritchie46 deleted the refactor-path-expand-util branch July 9, 2024 13:34
@c-peters c-peters added the accepted Ready for implementation label Jul 15, 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