mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 20:30:37 +00:00
refactor: Remove usages of the old storage crate (#2777)
* chore: remove storage from some crate * feat: remove storage config * feat: remove storage from cmd * feat: impl stream_to_parquet * feat: remove storage from operator * feat: remove stream writer from mito2 * feat: remove storage from project toml * test: fix config api test * docs: remove outdated configs * refactor: remove storage directory
This commit is contained in:
@@ -85,7 +85,6 @@ rayon = "1.0"
|
||||
ron = "0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
session = { workspace = true, features = ["testing"] }
|
||||
storage.workspace = true
|
||||
tokio-test = "0.4"
|
||||
|
||||
[[bench]]
|
||||
|
||||
Reference in New Issue
Block a user