Fix dynamic field attribute is not set when describe (#24208)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/24213/head
congqixia 2023-05-18 12:55:23 +08:00 committed by GitHub
parent 03297a7ef7
commit 4502a16819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ func (dct *describeCollectionTask) Execute(ctx context.Context) error {
DataType: field.DataType,
TypeParams: field.TypeParams,
IndexParams: field.IndexParams,
IsDynamic: field.IsDynamic,
})
}
}