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:
yihao.dai 2024-10-09 11:29:19 +08:00 committed by GitHub
parent 90a0e90732
commit 4f50b7dbab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,8 +304,8 @@ enum ImportJobState {
Importing = 3;
Failed = 4;
Completed = 5;
Stats = 6;
IndexBuilding = 7;
IndexBuilding = 6;
Stats = 7;
}
message ImportFile {