Skip to content

Commit

Permalink
refactor!: trying to replace TableGlobalValue, part 2 (#1985)
Browse files Browse the repository at this point in the history
* refactor!: using the new table metadata values

* fix: resolve PR comments

* fix: resolve PR comments

* fix: resolve PR comments
  • Loading branch information
MichaelScofield authored Jul 19, 2023
1 parent 2ef0d06 commit 172febb
Show file tree
Hide file tree
Showing 41 changed files with 929 additions and 1,492 deletions.
5 changes: 1 addition & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ datafusion-substrait = { git = "https://github.com/waynexia/arrow-datafusion.git
etcd-client = "0.11"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "bec16e50c9322758111f73e42fb5d377c7235e05" }
greptime-proto = { git = "https://github.com/MichaelScofield/greptime-proto.git", rev = "71c0002045f6cc8d6e42609bcc5ca6cea963baad" }
itertools = "0.10"
lazy_static = "1.4"
opentelemetry-proto = { version = "0.2", features = ["gen-tonic", "metrics"] }
Expand Down
Loading

0 comments on commit 172febb

Please sign in to comment.