mirror of https://github.com/milvus-io/milvus.git
Fix dynamic field attribute is not set when describe (#24208)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/24213/head
parent
03297a7ef7
commit
4502a16819
|
@ -499,6 +499,7 @@ func (dct *describeCollectionTask) Execute(ctx context.Context) error {
|
|||
DataType: field.DataType,
|
||||
TypeParams: field.TypeParams,
|
||||
IndexParams: field.IndexParams,
|
||||
IsDynamic: field.IsDynamic,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue