Skip to content

Commit

Permalink
refactor, add TMStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Sep 10, 2024
1 parent 3380b89 commit 3f46e6c
Show file tree
Hide file tree
Showing 16 changed files with 1,862 additions and 136 deletions.
27 changes: 0 additions & 27 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ members = [
"integration_tests",
"integration_tests/sdk/rust",
"src/analytic_engine",
"src/metric_engine",
"src/benchmarks",
"src/catalog",
"src/catalog_impls",
Expand Down Expand Up @@ -91,7 +90,6 @@ arrow = { version = "49.0.0", features = ["prettyprint"] }
arrow_ipc = { version = "49.0.0" }
arrow_ext = { path = "src/components/arrow_ext" }
analytic_engine = { path = "src/analytic_engine" }
metric_engine = { path = "src/metric_engine" }
anyhow = { version = "1.0" }
arena = { path = "src/components/arena" }
async-stream = "0.3.4"
Expand Down
Loading

0 comments on commit 3f46e6c

Please sign in to comment.