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(rust): Add ScanSources in prelude #20420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AntoinePrv
Copy link

polars_plan::plan::ScanSources should be part of polars_lazy::prelude because it is a parameter of polars_lazy::prelude::LazyCsvReader::new_with_sources.

AFAIK the only way to use it now ina third party project is to add a direct dependency on polars_plan.

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.00%. Comparing base (2ae01fb) to head (ac9de5a).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20420      +/-   ##
==========================================
+ Coverage   78.98%   79.00%   +0.01%     
==========================================
  Files        1562     1562              
  Lines      220103   220166      +63     
  Branches     2486     2486              
==========================================
+ Hits       173855   173945      +90     
+ Misses      45675    45648      -27     
  Partials      573      573              

☔ 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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant