feat: flownode role (#178)
This commit is contained in:
@@ -33,6 +33,7 @@ message RequestHeader {
|
||||
enum Role {
|
||||
DATANODE = 0;
|
||||
FRONTEND = 1;
|
||||
FLOWNODE = 2;
|
||||
}
|
||||
|
||||
message ResponseHeader {
|
||||
|
||||
@@ -73,8 +73,6 @@ message RegionStat {
|
||||
int64 wcus = 3;
|
||||
// Approximate bytes of this region
|
||||
int64 approximate_bytes = 4;
|
||||
// Approximate number of rows in this region
|
||||
int64 approximate_rows = 5;
|
||||
// Engine name
|
||||
string engine = 6;
|
||||
// Region role
|
||||
|
||||
Reference in New Issue
Block a user