From 95788620529390ba1c9f895abfce997dc2182f99 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 20 Dec 2024 08:25:51 -0500 Subject: [PATCH] TESTING: new object store release --- Cargo.toml | 3 +++ datafusion-cli/Cargo.lock | 11 +++++------ datafusion-cli/Cargo.toml | 4 ++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b7c8c09a8537..c9c4dd88a86e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -177,3 +177,6 @@ large_futures = "warn" [workspace.lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] } unused_qualifications = "deny" + +[patch.crates-io] +object_store = { git = "https://github.com/alamb/arrow-rs.git", rev="07e613e" } diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index a435869dbece..435f1b55513b 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -2788,9 +2788,8 @@ dependencies = [ [[package]] name = "object_store" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eb4c22c6154a1e759d7099f9ffad7cc5ef8245f9efbab4a41b92623079c82f3" +version = "0.11.2" +source = "git+https://github.com/alamb/arrow-rs.git?rev=07e613e#07e613e67db9ff2d9f97dfa696bede5dc4e8eb77" dependencies = [ "async-trait", "base64 0.22.1", @@ -3076,9 +3075,9 @@ checksum = "5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40" [[package]] name = "quick-xml" -version = "0.36.2" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" +checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" dependencies = [ "memchr", "serde", @@ -4380,7 +4379,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index 4cdc2120a029..e7fb780aff7b 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -69,3 +69,7 @@ assert_cmd = "2.0" ctor = "0.2.0" predicates = "3.0" rstest = "0.22" + + +[patch.crates-io] +object_store = { git = "https://github.com/alamb/arrow-rs.git", rev="07e613e" } \ No newline at end of file