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: Scanning '%' from cloud #17890

Merged
merged 1 commit into from
Jul 26, 2024
Merged

fix: Scanning '%' from cloud #17890

merged 1 commit into from
Jul 26, 2024

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Jul 26, 2024

Fixes #17888

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jul 26, 2024
@@ -251,7 +252,11 @@ pub(super) async fn expand_paths_hf(
);
let rel_path = path_parts.path.as_str();

let (prefix, expansion) = extract_prefix_expansion(rel_path)?;
let (prefix, expansion) = if glob {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drive-by - glob=False for Hugging Face

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 72.72727% with 12 lines in your changes missing coverage. Please review.

Project coverage is 80.55%. Comparing base (ca8e445) to head (8e14c07).
Report is 2 commits behind head on main.

Files Patch % Lines
crates/polars-io/src/path_utils/mod.rs 0.00% 7 Missing ⚠️
crates/polars-io/src/path_utils/hugging_face.rs 0.00% 4 Missing ⚠️
crates/polars-io/src/cloud/options.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17890      +/-   ##
==========================================
+ Coverage   80.54%   80.55%   +0.01%     
==========================================
  Files        1496     1496              
  Lines      197014   197051      +37     
  Branches     2813     2813              
==========================================
+ Hits       158688   158742      +54     
+ Misses      37805    37788      -17     
  Partials      521      521              

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

@ritchie46 ritchie46 merged commit d6e5e87 into pola-rs:main Jul 26, 2024
21 checks passed
@nameexhaustion nameexhaustion deleted the perc branch July 28, 2024 11:00
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.

Scanning cloud paths with percentages '%' fails
2 participants