Skip to content

Commit

Permalink
refactor: remove table procedure (#2359)
Browse files Browse the repository at this point in the history
remove table procedure

Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Sep 12, 2023
1 parent 1ad5f6e commit eeecce4
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1,542 deletions.
25 changes: 0 additions & 25 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ members = [
"src/storage",
"src/store-api",
"src/table",
"src/table-procedure",
# TODO: add this back once the region server is available
# "tests-integration",
"tests/runner",
Expand Down
1 change: 0 additions & 1 deletion src/datanode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ storage = { workspace = true }
store-api = { workspace = true }
substrait = { workspace = true }
table = { workspace = true }
table-procedure = { workspace = true }
tokio-stream = { version = "0.1", features = ["net"] }
tokio.workspace = true
toml.workspace = true
Expand Down
27 changes: 0 additions & 27 deletions src/table-procedure/Cargo.toml

This file was deleted.

266 changes: 0 additions & 266 deletions src/table-procedure/src/alter.rs

This file was deleted.

Loading

0 comments on commit eeecce4

Please sign in to comment.