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: Expand brackets in async glob expansion #17630

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Jul 15, 2024

Fixes #17629

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.68%. Comparing base (b85654e) to head (3b614e1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17630      +/-   ##
==========================================
- Coverage   80.69%   80.68%   -0.01%     
==========================================
  Files        1484     1484              
  Lines      195409   195408       -1     
  Branches     2779     2779              
==========================================
- Hits       157679   157659      -20     
- Misses      37220    37239      +19     
  Partials      510      510              

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

@ritchie46 ritchie46 merged commit c6d6d73 into pola-rs:main Jul 15, 2024
28 checks passed
@nameexhaustion nameexhaustion deleted the async-path-bracket branch July 19, 2024 12:19
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.

Async glob does not expand brackets [
2 participants