This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new ea51d9049a [Minor] Update object_store to 0.12.5 (#20378)
ea51d9049a is described below

commit ea51d9049abb6e0552ec1f94f4b7e1e22a23341b
Author: DaniĆ«l Heres <[email protected]>
AuthorDate: Tue Feb 17 19:15:25 2026 +0100

    [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
    https://github.com/apache/datafusion/issues/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.
    -->
---
 Cargo.lock | 8 ++++----
 Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 13752a262c..0a4e26a6ff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4264,9 +4264,9 @@ dependencies = [
 
 [[package]]
 name = "object_store"
-version = "0.12.4"
+version = "0.12.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740"
+checksum = "fbfbfff40aeccab00ec8a910b57ca8ecf4319b335c542f2edcd19dd25a1e2a00"
 dependencies = [
  "async-trait",
  "base64 0.22.1",
@@ -4769,7 +4769,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
 dependencies = [
  "heck",
- "itertools 0.14.0",
+ "itertools 0.13.0",
  "log",
  "multimap",
  "petgraph",
@@ -4788,7 +4788,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
 dependencies = [
  "anyhow",
- "itertools 0.14.0",
+ "itertools 0.13.0",
  "proc-macro2",
  "quote",
  "syn 2.0.114",
diff --git a/Cargo.toml b/Cargo.toml
index 4cb16cff29..2186632113 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -165,7 +165,7 @@ liblzma = { version = "0.4.6", features = ["static"] }
 log = "^0.4"
 memchr = "2.8.0"
 num-traits = { version = "0.2" }
-object_store = { version = "0.12.4", default-features = false }
+object_store = { version = "0.12.5", default-features = false }
 parking_lot = "0.12"
 parquet = { version = "57.3.0", default-features = false, features = [
     "arrow",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to