Skip to content

Commit 03aad44

Browse files
committed
Test: upgrade to pre-release object_store 0.11.1
1 parent 5a0ea0b commit 03aad44

File tree

3 files changed

+74
-53
lines changed

3 files changed

+74
-53
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ indexmap = "2.0.0"
124124
itertools = "0.13"
125125
log = "^0.4"
126126
num_cpus = "1.13.0"
127-
object_store = { version = "0.11.0", default-features = false }
127+
object_store = { git = "https://github.com/alamb/arrow-rs.git", rev = "7fcf4fe5a0d1840af90512f53eb635600b014278", default-features = false }
128+
#object_store = { version = "0.11.0", default-features = false }
128129
parking_lot = "0.12"
129130
parquet = { version = "53.1.0", default-features = false, features = [
130131
"arrow",

datafusion-cli/Cargo.lock

Lines changed: 71 additions & 51 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dirs = "5.0.1"
5353
env_logger = "0.11"
5454
futures = "0.3"
5555
mimalloc = { version = "0.1", default-features = false }
56-
object_store = { version = "0.11.0", features = ["aws", "gcp", "http"] }
56+
object_store = { git = "https://github.com/alamb/arrow-rs.git", rev = "7fcf4fe5a0d1840af90512f53eb635600b014278", features = ["aws", "gcp", "http"] }
5757
parking_lot = { version = "0.12" }
5858
parquet = { version = "53.0.0", default-features = false }
5959
regex = "1.8"

0 commit comments

Comments
 (0)