mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Fix golint in data_codec (#14212)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
d2b15f8d61
commit
28dfccb6ea
@ -242,7 +242,7 @@ type BlobInfo struct {
|
||||
Length int
|
||||
}
|
||||
|
||||
// example row_schema: {float_field, int_field, float_vector_field, string_field}
|
||||
// InsertData example row_schema: {float_field, int_field, float_vector_field, string_field}
|
||||
// Data {<0, row_id>, <1, timestamp>, <100, float_field>, <101, int_field>, <102, float_vector_field>, <103, string_field>}
|
||||
type InsertData struct {
|
||||
Data map[FieldID]FieldData // field id to field data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user