Open kylebarron opened 3 days ago
Closes #6749.
Make LocalFileSystem act the same as other object store backends.
LocalFileSystem
Allow LocalFileSystem to return a satisfiable byte range beyond the end of the file.
Add new test for satisfiable and non-satisfiable byte range.
No.
Which issue does this PR close?
Closes #6749.
Rationale for this change
Make
LocalFileSystem
act the same as other object store backends.What changes are included in this PR?
Allow
LocalFileSystem
to return a satisfiable byte range beyond the end of the file.Add new test for satisfiable and non-satisfiable byte range.
Are there any user-facing changes?
No.