mbrobbel opened a new pull request, #7328: URL: https://github.com/apache/arrow-rs/pull/7328
# Which issue does this PR close? - Closes #7260 # Rationale for this change Bump `object_store` to the latest. # What changes are included in this PR? Handle breaking change (`Range<usize>` -> `Range<u64>`). An alternative would be to change the `AsyncFileReader` trait to also use `u64` ranges, but I think converting makes more sense here. # Are there any user-facing changes? Yes, this is a breaking change because the `ObjectStore` trait is part of the public API. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org