Commit ea51d90
authored
[Minor] Update object_store to 0.12.5 (#20378)
## Which issue does this PR close?
## Rationale for this change
Keep up to date. I saw when looking at
#20325 we were still at
0.12.4 (and are reading metadata per range). This can bring a (probably
minor, as metadata reading should be pretty cheap) improvement (I
couldn't see an improvement locally).
## What changes are included in this PR?
Update to 0.12.5.
Note it still does a metadata request, but only a single one per
`get_ranges`.
## Are these changes tested?
## Are there any user-facing changes?
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
<!--
If there are any breaking changes to public APIs, please add the `api
change` label.
-->1 parent 8172526 commit ea51d90
2 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments