Skip to content

Commit

Permalink
feat: move table operations from frontend to operator crate (Greptime…
Browse files Browse the repository at this point in the history
…Team#2411)

* feat: move table operations from frontend to operator crate

* chore: blank line

* fix: toml format

* chore: move constants
  • Loading branch information
killme2008 authored and paomian committed Oct 19, 2023
1 parent d419379 commit b306389
Show file tree
Hide file tree
Showing 50 changed files with 796 additions and 843 deletions.
94 changes: 49 additions & 45 deletions Cargo.lock

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

9 changes: 0 additions & 9 deletions src/datanode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ version.workspace = true
edition.workspace = true
license.workspace = true

[features]
testing = ["meta-srv/mock"]

[dependencies]
api = { workspace = true }
arrow-flight.workspace = true
Expand Down Expand Up @@ -38,17 +35,13 @@ datafusion-common.workspace = true
datafusion-expr.workspace = true
datafusion.workspace = true
datatypes = { workspace = true }
file-table-engine = { workspace = true }
futures = "0.3"
futures-util.workspace = true
humantime-serde.workspace = true
hyper = { version = "0.14", features = ["full"] }
key-lock = "0.1"
log-store = { workspace = true }
meta-client = { workspace = true }
meta-srv = { workspace = true }
metrics.workspace = true
mito = { workspace = true }
mito2 = { workspace = true }
object-store = { workspace = true }
pin-project = "1.0"
Expand Down Expand Up @@ -81,6 +74,4 @@ client = { workspace = true }
common-query = { workspace = true }
common-test-util = { workspace = true }
datafusion-common.workspace = true
meta-srv = { workspace = true, features = ["mock"] }
mito = { workspace = true, features = ["test"] }
session = { workspace = true }
Loading

0 comments on commit b306389

Please sign in to comment.