flokli commented on issue #5351: URL: https://github.com/apache/arrow-rs/issues/5351#issuecomment-2304015185
I was running into this today as well. The `axum-range` crate returns a [Range](https://docs.rs/headers/latest/headers/struct.Range.html) that's using u64 as ranges, and due to `get_ranges` in `object_store` only accepting usize, the conversion is a bit more ugly than necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
