Skip to content

Commit

Permalink
refactor: Bump OpenDAL to v0.42 (databendlabs#13607)
Browse files Browse the repository at this point in the history
* Test Lazy Reader

Signed-off-by: Xuanwo <[email protected]>

* Use tagged version of opendal

Signed-off-by: Xuanwo <[email protected]>

* Commit cargo.lock

Signed-off-by: Xuanwo <[email protected]>

* Fix cargo.lock

Signed-off-by: Xuanwo <[email protected]>

* format cargo

Signed-off-by: Xuanwo <[email protected]>

* Don't touch other crates

Signed-off-by: Xuanwo <[email protected]>

* Remove not used redis support

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Nov 17, 2023
1 parent 1296eea commit 41e1144
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 235 deletions.
128 changes: 26 additions & 102 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,11 @@ members = [
[workspace.dependencies]
# databend maintains:
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1", default-features = false }
opendal = { version = "0.41", features = [
opendal = { version = "0.42", features = [
"layers-minitrace",
"layers-prometheus-client",
"services-ipfs",
"services-moka",
"services-redis",
"trust-dns",
] }
ethnum = { version = "1.3.2" }
Expand Down Expand Up @@ -251,7 +250,6 @@ rpath = false

[patch.crates-io]
# If there are dependencies that need patching, they can be listed below.

arrow-format = { git = "https://github.com/everpcpc/arrow-format", rev = "588d371" }
parquet2 = { git = "https://github.com/jorgecarleitao/parquet2", rev = "b0e6545" }
metrics = { git = "https://github.com/datafuse-extras/metrics.git", rev = "fc2ecd1" }
Expand Down
3 changes: 0 additions & 3 deletions src/common/storage/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ use serde::Serialize;
/// [storage.data]
/// type = "s3"
///
/// [storage.cache]
/// type = "redis"
///
/// [storage.temporary]
/// type = "s3"
/// ```
Expand Down
Loading

0 comments on commit 41e1144

Please sign in to comment.