object-store: http shouldn't perform range requests unless accept-ranges: bytes
header is present
#4839
Labels
accept-ranges: bytes
header is present
#4839
Describe the bug
if you have a remote file
https://somewhere.com/file.parquet
and your server does not support ranges as specified by theaccept-ranges: bytes
header, the object store should not try to perform range scans.To Reproduce
Expected behavior
the range is ignored as the server doesn't specify it can handle it.
Additional context
The text was updated successfully, but these errors were encountered: