Closed kylebarron closed 4 weeks ago
Because of confusion around how range: Tuple[int | None, int | None] is interpreted (https://github.com/developmentseed/obstore/pull/40#issuecomment-2433490733, https://github.com/zarr-developers/zarr-python/issues/2437), we'll remove range from GetOptions for now. 99% of range request cases are handled via get_range and get_ranges, so this is fine to punt towards the future.
range: Tuple[int | None, int | None]
range
GetOptions
get_range
get_ranges
Originally implemented in https://github.com/developmentseed/obstore/pull/40
Because of confusion around how
range: Tuple[int | None, int | None]
is interpreted (https://github.com/developmentseed/obstore/pull/40#issuecomment-2433490733, https://github.com/zarr-developers/zarr-python/issues/2437), we'll removerange
fromGetOptions
for now. 99% of range request cases are handled viaget_range
andget_ranges
, so this is fine to punt towards the future.Originally implemented in https://github.com/developmentseed/obstore/pull/40