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:
junjiejiangjjj 2026-01-06 10:57:24 +08:00 committed by GitHub
parent dc66f3fa04
commit f4e459cbf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}