From 28dfccb6eaee4fc460e3078660fdf05a0e0cf308 Mon Sep 17 00:00:00 2001 From: jaime Date: Fri, 24 Dec 2021 19:56:28 +0800 Subject: [PATCH] [skip e2e] Fix golint in data_codec (#14212) Signed-off-by: yun.zhang Co-authored-by: yun.zhang --- internal/storage/data_codec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/storage/data_codec.go b/internal/storage/data_codec.go index 283dd66b5d..4186c8875b 100644 --- a/internal/storage/data_codec.go +++ b/internal/storage/data_codec.go @@ -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