-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Retry with reloaded credentials on cloud error #20185
Conversation
72a3b2a
to
cd409cc
Compare
62d8e79
to
026d653
Compare
@@ -74,13 +75,13 @@ pub(crate) fn extract_prefix_expansion(url: &str) -> PolarsResult<(String, Optio | |||
#[derive(PartialEq, Debug, Default)] | |||
pub struct CloudLocation { | |||
/// The scheme (s3, ...). | |||
pub scheme: String, | |||
pub scheme: PlSmallStr, |
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.
drive-by PlSmallStr
as these tend to be small
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20185 +/- ##
==========================================
+ Coverage 79.63% 79.64% +0.01%
==========================================
Files 1564 1564
Lines 217800 217947 +147
Branches 2477 2477
==========================================
+ Hits 173439 173588 +149
+ Misses 43792 43791 -1
+ Partials 569 568 -1 ☔ View full report in Codecov by Sentry. |
ref #19933