feat: opentsdb support (#274)

* feat: opentsdb support

* fix: tests

* fix: resolve CR comments

* fix: resolve CR comments

* fix: resolve CR comments

* fix: resolve CR comments

* refactor: remove feature flags for opentsdb and pg

* fix: resolve CR comments

* fix: resolve CR comments

Co-authored-by: luofucong <luofucong@greptime.com>
This commit is contained in:
LFC
2022-09-26 15:47:43 +08:00
committed by GitHub
parent 0fa68ab7a5
commit ca732d45f9
43 changed files with 2300 additions and 376 deletions

View File

@@ -36,6 +36,7 @@ pub enum StatusCode {
TableAlreadyExists = 4000,
TableNotFound = 4001,
TableColumnNotFound = 4002,
TableColumnExists = 4003,
// ====== End of catalog related status code =======
// ====== Begin of storage related status code =====