[skip e2e]Update milvus component name (#14410)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/14432/head
yanliang567 2021-12-28 14:17:51 +08:00 committed by GitHub
parent babbd329bc
commit 9ad83fb903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ message ShowCollectionsResponse {
// The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;
// Load percentage on querynode when type is InMemory
// Load percentage on QueryNode when type is InMemory
repeated int64 inMemory_percentages = 6;
}
```