-
Notifications
You must be signed in to change notification settings - Fork 993
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
Misleading error when trying to do fread("folder") #989
Comments
Thanks for the report. Reproducible. Please make sure you've read the contribution guidelines. |
I got the same error. Any developments on fixing it? |
Is checking this equivalent to finding 0 MB file? |
@MichaelChirico Not sure, but I think they may refer to |
@jangorecki yes, I'm wondering if we have to do anything more complicated then adding an |
better then relying of size would be to use |
@jangorecki better than going in base would (could?) be to attack this as the internals of
(though to be honest I don't understand how the RHS of that code works) |
If trying to
fread("folder")
a misleading error occurs:I guess the error can be improved for such case.
The text was updated successfully, but these errors were encountered: