-
Notifications
You must be signed in to change notification settings - Fork 23
pyfive doesn't play nicely with s3fs #60
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
Comments
(To be fair, that error message is from my branch with the chunking read pull request, here's the same thing on master:
|
I have a solution in a branch on my fork, I'll not generate a pull request here til we've worked through the issue6 pull request, as it builds on that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably a problem with s3fs, but for now it's worth noting here. In practice, we cannot read contigous data from a file opened on an s3fs. Here's some toy code to show the problem:
which gives:
This appears to arise from a failure of the object returned by
s3fs.F3FileSystem.open
to fully respect the requirement to be "file like" - but to be fair, they don't claim feature completeness.The text was updated successfully, but these errors were encountered: