According to the get_ranges docs for the coalesce param you can "Set to 0 to disable coalescing", but in my testing this doesn't actually work if I want to download adjacent ranges in parallel.
Taking a quick look at the merge_ranges code in arrow-rs-object-store it seems that the comparison is <= so I guess the documentation is wrong.
Would be nice to actually have this feature though.
According to the get_ranges docs for the coalesce param you can "Set to 0 to disable coalescing", but in my testing this doesn't actually work if I want to download adjacent ranges in parallel.
Taking a quick look at the merge_ranges code in arrow-rs-object-store it seems that the comparison is
<=so I guess the documentation is wrong.Would be nice to actually have this feature though.