未验证 提交 708c724c 编写于 作者: S smellthemoon 提交者: GitHub

fix default value store unknown type (#24477)

Signed-off-by: Nlixinguo <xinguo.li@zilliz.com>
Co-authored-by: Nlixinguo <xinguo.li@zilliz.com>
上级 a2ba2f78
......@@ -126,6 +126,7 @@ func UnmarshalFieldModel(fieldSchema *schemapb.FieldSchema) *Field {
IndexParams: fieldSchema.IndexParams,
AutoID: fieldSchema.AutoID,
IsDynamic: fieldSchema.IsDynamic,
DefaultValue: fieldSchema.DefaultValue,
}
}
......
......@@ -503,6 +503,7 @@ func (dct *describeCollectionTask) Execute(ctx context.Context) error {
TypeParams: field.TypeParams,
IndexParams: field.IndexParams,
IsDynamic: field.IsDynamic,
DefaultValue: field.DefaultValue,
})
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册