By default, `object_store` has a hard-coded coalesce range https://github.com/apache/arrow-rs/blob/a0c3186c55ac8ed3f6b8a15d1305548fd6305ebb/object_store/src/lib.rs#L643-L650 However, [`coalesce_ranges`](https://docs.rs/object_store/latest/object_store/fn.coalesce_ranges.html) is public, so we can allow users to override how to coalesce ranges. Ref #5