mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: Fix function edit interface bug (#46781)
https://github.com/milvus-io/milvus/issues/46780 Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
This commit is contained in:
parent
dc66f3fa04
commit
f4e459cbf7
@ -327,5 +327,6 @@ func getCollectionInfo(ctx context.Context, dbName string, collectionName string
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
coll.schema.DbName = dbName
|
||||
return coll, nil
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user