feat: add unset table options support (#5034)

* feat: add unset table options support

* test: add tests

* chore: update greptime-proto

* chore: add comments
This commit is contained in:
Weny Xu
2024-11-21 11:52:56 +08:00
committed by GitHub
parent 0aab68c23b
commit 14d997e2d1
17 changed files with 329 additions and 154 deletions

View File

@@ -122,7 +122,7 @@ etcd-client = "0.13"
fst = "0.4.7"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "58f8f18215e800b240bae81ac45678d75417d7f5" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "0b90ddc7eb2e99ce15d1d62c5d41f76a139c5c28" }
hex = "0.4"
humantime = "2.1"
humantime-serde = "1.1"