-
Notifications
You must be signed in to change notification settings - Fork 174
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
[PERF] Parallel glob #1897
[PERF] Parallel glob #1897
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
src/daft-scan/src/lib.rs
Outdated
@@ -1,5 +1,6 @@ | |||
#![feature(if_let_guard)] | |||
#![feature(let_chains)] | |||
#![feature(async_closure)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1897 +/- ##
==========================================
- Coverage 85.48% 85.40% -0.09%
==========================================
Files 55 55
Lines 6202 6202
==========================================
- Hits 5302 5297 -5
- Misses 900 905 +5 |
No description provided.