-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] Fix an error in IO with GzipFile
type
#12085
Conversation
Codecov ReportBase: 87.47% // Head: 88.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #12085 +/- ##
================================================
+ Coverage 87.47% 88.08% +0.61%
================================================
Files 133 135 +2
Lines 21826 22063 +237
================================================
+ Hits 19093 19435 +342
+ Misses 2733 2628 -105
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Co-authored-by: brandon-b-miller <[email protected]>
@gpucibot merge |
Description
Fixes: #10590
This PR fixes an issue where the file-like object doesn't have a
size
attribute, we will manually compute the size of the file.Checklist