Skip to content

Commit

Permalink
TESTING: new object store release
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 20, 2024
1 parent b0d7cd0 commit a570b85
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 67 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/apache/arrow-rs.git", rev="07e613e" }
124 changes: 57 additions & 67 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/apache/arrow-rs.git", rev="07e613e" }

0 comments on commit a570b85

Please sign in to comment.