You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translation from buffering -> block_size results in read failures for files opened with buffering=-1 (the default for opening files) when passed to functions like json.load for files on S3.
S3FileSystem.open does not specify what happens if a negative number of passed and I'll file a bug there too.
I don't have a public bucket to post a sample file, but I'll try to find one so that we can reproduce this behavior.
Versions:
This code in core.py is causing problems:
Translation from
buffering
->block_size
results in read failures for files opened withbuffering=-1
(the default for opening files) when passed to functions likejson.load
for files on S3.S3FileSystem.open does not specify what happens if a negative number of passed and I'll file a bug there too.
I don't have a public bucket to post a sample file, but I'll try to find one so that we can reproduce this behavior.
However, the obvious fix is something like this:
The text was updated successfully, but these errors were encountered: