We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
object_store
However, coalesce_ranges is public, so we can allow users to override how to coalesce ranges. Ref #5
coalesce_ranges
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By default,
object_store
has a hard-coded coalesce rangehttps://github.com/apache/arrow-rs/blob/a0c3186c55ac8ed3f6b8a15d1305548fd6305ebb/object_store/src/lib.rs#L643-L650
However,
coalesce_ranges
is public, so we can allow users to override how to coalesce ranges. Ref #5The text was updated successfully, but these errors were encountered: