mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-30 20:00:36 +00:00
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:
@@ -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 =====
|
||||
|
||||
Reference in New Issue
Block a user