-
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
Add StringIO support to read_text #10465
Add StringIO support to read_text #10465
Conversation
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10465 +/- ##
================================================
+ Coverage 85.95% 86.17% +0.21%
================================================
Files 139 141 +2
Lines 22435 22510 +75
================================================
+ Hits 19285 19398 +113
+ Misses 3150 3112 -38
Continue to review full report at Codecov.
|
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.
Suggesting the use of TextIOBase
instead of StringIO
, based on the usage. Otherwise LGTM.
edit: Should this target 22.06?
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.
Looks good! 👍
Co-authored-by: Bradley Dice <[email protected]>
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.
Changes LGTM
@gpucibot merge |
rerun tests |
1 similar comment
rerun tests |
rerun tests |
Add StringIO support to
read_text
.