Skip to content

Commit 9578862

Browse files
committed
TESTING: new object store release
1 parent 75202b5 commit 9578862

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,6 @@ large_futures = "warn"
177177
[workspace.lints.rust]
178178
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
179179
unused_qualifications = "deny"
180+
181+
[patch.crates-io]
182+
object_store = { git = "https://github.com/alamb/arrow-rs.git", rev="07e613e" }

datafusion-cli/Cargo.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ assert_cmd = "2.0"
6969
ctor = "0.2.0"
7070
predicates = "3.0"
7171
rstest = "0.22"
72+
73+
74+
[patch.crates-io]
75+
object_store = { git = "https://github.com/alamb/arrow-rs.git", rev="07e613e" }

0 commit comments

Comments
 (0)