-
Notifications
You must be signed in to change notification settings - Fork 1k
Support for fread() of file:// URI with spaces #7551
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
Conversation
|
I also confirm we can't use readLines(URLencode(u))
# Error in file(con, "r") : cannot open the connection
# In addition: Warning message:
# In file(con, "r") :
# cannot open file '/tmp/RtmpyAROdr/a%20dir/a.csv': No such file or directoryAnd that https://stackoverflow.com/a/497972/3576984 I can't quite confirm the situation for |
|
Generated via commit 62cf117 Download link for the artifact containing the test results: ↓ atime-results.zip
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7551 +/- ##
=======================================
Coverage 98.96% 98.96%
=======================================
Files 87 87
Lines 16737 16737
=======================================
Hits 16563 16563
Misses 174 174 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ben-schwen
left a comment
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.
LGTM TY!
aitap
left a comment
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.
Indeed, it was a bug. Thank you!

Closes #7550.