Skip to content

Commit

Permalink
feat(cubestore): Create CubestoreMetadataCacheFactory and TableExtens…
Browse files Browse the repository at this point in the history
…ionService DIServices
  • Loading branch information
srh committed Sep 5, 2024
1 parent 33b1383 commit 0a0b025
Show file tree
Hide file tree
Showing 18 changed files with 374 additions and 44 deletions.
134 changes: 129 additions & 5 deletions rust/cubestore/Cargo.lock

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

9 changes: 9 additions & 0 deletions rust/cubestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ members = [
"cuberpc",
"cuberockstore",
]

[patch.'https://github.com/cube-js/arrow-rs']
# parquet = { path = "/Users/sam/arrow-rs", features = ["arrow"] }
parquet = { path = "/Users/sam/arrow-rs/parquet" }
arrow = { path = "/Users/sam/arrow-rs/arrow" }

[patch.'https://github.com/cube-js/arrow-datafusion']
# datafusion = { path = "/Users/sam/arrow-datafusion", features = ["default_nulls_last"] }
datafusion = { path = "/Users/sam/arrow-datafusion/datafusion" }
Loading

0 comments on commit 0a0b025

Please sign in to comment.