mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
return loaded collection when ShowCollectionsType_InMemory (#6149)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
6036ef2c7d
commit
ca4cba152c
@ -2777,10 +2777,10 @@ func (sct *ShowCollectionsTask) Execute(ctx context.Context) error {
|
||||
sct.result.CollectionIds = append(sct.result.CollectionIds, id)
|
||||
sct.result.CollectionNames = append(sct.result.CollectionNames, idMap[id])
|
||||
}
|
||||
} else {
|
||||
sct.result = respFromRootCoord
|
||||
}
|
||||
|
||||
sct.result = respFromRootCoord
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user