mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 23:15:28 +08:00
enhance: Swap the position of import job states (#36699)
issue: https://github.com/milvus-io/milvus/issues/36698 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
90a0e90732
commit
4f50b7dbab
@ -304,8 +304,8 @@ enum ImportJobState {
|
||||
Importing = 3;
|
||||
Failed = 4;
|
||||
Completed = 5;
|
||||
Stats = 6;
|
||||
IndexBuilding = 7;
|
||||
IndexBuilding = 6;
|
||||
Stats = 7;
|
||||
}
|
||||
|
||||
message ImportFile {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user